Move dark mode toggle to account page

This commit is contained in:
Kevin Thomas
2022-04-05 21:32:45 -07:00
parent 7127e473b8
commit 7a59000a41
4 changed files with 11 additions and 13 deletions

View File

@@ -61,14 +61,6 @@
Logout
</v-list-item-title>
</v-list-item>
<v-list-item>
<v-switch
v-model="$vuetify.theme.dark"
label="Dark Mode"
:disabled="!loggedIn"
@change="toggleDarkMode"
/>
</v-list-item>
</v-list-item-group>
</v-list>
<template v-slot:append>