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:
geoffrey45
2022-05-11 20:37:52 +03:00
parent afaee8ec57
commit 9432332243
10 changed files with 42 additions and 32 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const tablist = {
export default defineStore("tabs", {
state: () => ({
tabs: tablist,
current: tablist.home,
current: tablist.queue,
}),
actions: {
changeTab(tab: string) {