mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 12:18:01 +00:00
Start dockerizing, fix app bar bugs
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item
|
||||
:disabled="!loggedIn"
|
||||
@click="logout"
|
||||
>
|
||||
<v-list-item-icon>
|
||||
@@ -54,6 +55,7 @@
|
||||
<v-switch
|
||||
v-model="$vuetify.theme.dark"
|
||||
label="Dark Mode"
|
||||
:disabled="!loggedIn"
|
||||
@change="toggleDarkMode"
|
||||
/>
|
||||
</v-list-item>
|
||||
|
||||
Reference in New Issue
Block a user