client: improve quick access

- default to opened sidebar
This commit is contained in:
geoffrey45
2021-12-25 20:36:28 +03:00
parent ff0381122e
commit dc4b87a942
8 changed files with 91 additions and 53 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export default {
},
setup() {
const collapsed = ref(true);
const collapsed = ref(false);
perks.readQueue();