Update version 17

This commit is contained in:
StageGuard
2020-10-02 14:49:12 +08:00
parent 50532cdf34
commit 6f19874810

View File

@@ -388,8 +388,6 @@ config = {
files.ensureDir(sheetmgr.rootDir); files.ensureDir(sheetmgr.rootDir);
this.updateBitmapTheme();
}, },
save: function(key, value) { save: function(key, value) {
@@ -2059,6 +2057,7 @@ gui.dialogs.showProgressDialog(function(o) {
o.setText(msg); o.setText(msg);
} }
}); });
config.updateBitmapTheme();
gui.addViewMaker("sheetInfo", function(item) { gui.addViewMaker("sheetInfo", function(item) {
var scr = new android.widget.ScrollView(ctx); var scr = new android.widget.ScrollView(ctx);
scr.setBackgroundColor(gui.config.colors[config.values.theme].background); scr.setBackgroundColor(gui.config.colors[config.values.theme].background);