mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Address PR feedback
This commit is contained in:
parent
cde24836cc
commit
e8c352d55a
@ -17,7 +17,7 @@ export default {
|
||||
methods: {
|
||||
update() {
|
||||
this.isHidden = AutomatorData.isEditorFullscreen;
|
||||
this.tabs = Tabs.newUI.filter(x => x.isAvailable && !x.isHidden);
|
||||
this.tabs = Tabs.newUI.filter(x => x.isAvailable);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user