Address PR feedback

This commit is contained in:
Hirame1 2022-07-11 20:58:59 +07:00 committed by cyip92
parent cde24836cc
commit e8c352d55a

View File

@ -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);
},
},
};