remove some bool

master
thyttan 2023-02-07 19:40:07 +01:00
parent 61b71360c2
commit 23e345202a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
var currentFile = global.__FILE__ || "";
if (global.BACK) delete global.BACK;
if (options && options.back && enabledForApp(currentFile) && !((Bangle["#onswipe"] instanceof Array)&&Bangle["#onswipe"].length>1 )) {
if (options && options.back && enabledForApp(currentFile)) {
global.BACK = options.back;
}
setUI(mode, cb);