mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
hide queue page entry from the sidebar if right sidebar is on
This commit is contained in:
@@ -24,6 +24,9 @@ export default defineStore("settings", {
|
||||
disable_show_alt_np(): boolean {
|
||||
return !this.use_sidebar;
|
||||
},
|
||||
hide_queue_page(): boolean {
|
||||
return this.use_sidebar;
|
||||
},
|
||||
},
|
||||
persist: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user