mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 966899 - Rocketbar is not enabled after OTA update. Bump settingsDB version to read settins.json. r=bent
This commit is contained in:
parent
9c2997c531
commit
4db91335aa
@ -19,7 +19,7 @@ function debug(s) {
|
||||
}
|
||||
|
||||
this.SETTINGSDB_NAME = "settings";
|
||||
this.SETTINGSDB_VERSION = 2;
|
||||
this.SETTINGSDB_VERSION = 3;
|
||||
this.SETTINGSSTORE_NAME = "settings";
|
||||
|
||||
Cu.import("resource://gre/modules/IndexedDBHelper.jsm");
|
||||
|
Loading…
Reference in New Issue
Block a user