soiz1 commited on
Commit
9b9411a
·
verified ·
1 Parent(s): 5dc2e44

Update src/lib/tw-filesystem-api.js

Browse files
Files changed (1) hide show
  1. src/lib/tw-filesystem-api.js +1 -1
src/lib/tw-filesystem-api.js CHANGED
@@ -20,7 +20,7 @@ const showOpenFilePicker = async () => {
20
  {
21
  description: 'PenguinMod Project',
22
  accept: {
23
- 'text/plain': ['.txt', 'pmp', '.pm']
24
  }
25
  },
26
  {
 
20
  {
21
  description: 'PenguinMod Project',
22
  accept: {
23
+ 'text/plain': ['.txt', '.pmp', '.pm']
24
  }
25
  },
26
  {