Add option to make tabs take full window width

This commit is contained in:
Lubos Lenco
2021-05-06 10:18:24 +02:00
parent 35a354b44c
commit f478919bb4
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -27,5 +27,6 @@
"FILL_WINDOW_BG": true,
"FILL_BUTTON_BG": true,
"FILL_ACCENT_BG": false,
"LINK_STYLE": 0
"LINK_STYLE": 0,
"FULL_TABS": false
}
+3
View File
@@ -294,6 +294,9 @@ class Config {
UIView2D.inst.ui.t = App.theme;
UISidebar.inst.tagUIRedraw();
}
#if (krom_android || krom_ios)
App.theme.FULL_TABS = true;
#end
}
public static function enablePlugin(f: String) {