Skip to content

Commit d6340ea

Browse files
committed
Fix editor not working on web
1 parent 9d6692c commit d6340ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/lib/services/file_system.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ class SetonixFileSystem {
4343
event.database.createObjectStore('packs-data');
4444
}
4545
if (event.oldVersion < 3) {
46+
event.database.createObjectStore('editor');
4647
event.database.createObjectStore('accounts');
4748
}
4849
}
4950

50-
static const kDatabaseVersion = 2;
51+
static const kDatabaseVersion = 3;
5152

5253
SetonixFileSystem({SetonixFile? corePack})
5354
: _corePack = corePack,

metadata/en-US/changelogs/7.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
* Remote endpoint
99
* Add whitelist system on server
1010
* Fix sensitivity setting not visible on web
11+
* Fix editor not working on web
1112

1213
Read more here: https://linwood.dev/setonix/0.5.0

0 commit comments

Comments
 (0)