We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6692c commit d6340eaCopy full SHA for d6340ea
app/lib/services/file_system.dart
@@ -43,11 +43,12 @@ class SetonixFileSystem {
43
event.database.createObjectStore('packs-data');
44
}
45
if (event.oldVersion < 3) {
46
+ event.database.createObjectStore('editor');
47
event.database.createObjectStore('accounts');
48
49
50
- static const kDatabaseVersion = 2;
51
+ static const kDatabaseVersion = 3;
52
53
SetonixFileSystem({SetonixFile? corePack})
54
: _corePack = corePack,
metadata/en-US/changelogs/7.txt
@@ -8,5 +8,6 @@
8
* Remote endpoint
9
* Add whitelist system on server
10
* Fix sensitivity setting not visible on web
11
+* Fix editor not working on web
12
13
Read more here: https://linwood.dev/setonix/0.5.0
0 commit comments