mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
default to qeueu tab in right sidebar
- fix progress bar issue on chrome - fix image not showing on media notification
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ const tablist = {
|
||||
export default defineStore("tabs", {
|
||||
state: () => ({
|
||||
tabs: tablist,
|
||||
current: tablist.home,
|
||||
current: tablist.queue,
|
||||
}),
|
||||
actions: {
|
||||
changeTab(tab: string) {
|
||||
|
||||
Reference in New Issue
Block a user