mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1237731 - Sync doesn't work and jumps back to welcome screen. r=gwagner
This commit is contained in:
parent
ad461a4298
commit
c763b0e530
@ -40,7 +40,7 @@ const TYPED_ARRAY_THINGS = new Set([
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
this.SETTINGSDB_NAME = "settings";
|
this.SETTINGSDB_NAME = "settings";
|
||||||
this.SETTINGSDB_VERSION = 7;
|
this.SETTINGSDB_VERSION = 8;
|
||||||
this.SETTINGSSTORE_NAME = "settings";
|
this.SETTINGSSTORE_NAME = "settings";
|
||||||
|
|
||||||
Cu.import("resource://gre/modules/IndexedDBHelper.jsm");
|
Cu.import("resource://gre/modules/IndexedDBHelper.jsm");
|
||||||
|
Loading…
Reference in New Issue
Block a user