mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix +1644 Creating a split doesn't adhere to the no tabs setting
This commit is contained in:
parent
2addd4339f
commit
67f2b60bf3
@ -458,6 +458,9 @@ define(function(require, module, exports) {
|
||||
emit.sticky("paneCreate", { pane: pane }, pane);
|
||||
});
|
||||
|
||||
if (!settings.getBool("user/tabs/@show"))
|
||||
ui.setStyleClass(pane.aml.$ext, "notabs", ["notabs"]);
|
||||
|
||||
changed = true;
|
||||
settings.save();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user