diff --git a/ui/src/App.vue b/ui/src/App.vue
index f77bd7a..6471b0f 100644
--- a/ui/src/App.vue
+++ b/ui/src/App.vue
@@ -21,12 +21,10 @@
solo
/>
-
- mdi-theme-light-dark
-
mdi-refresh
+
@@ -129,6 +127,7 @@ export default {
components: {
Login,
CreateStream: () => import('@/components/CreateStream'),
+ SettingsDialog: () => import('@/components/SettingsDialog'),
GlobalToast: () => import('@/components/GlobalToast')
},
props: {
@@ -178,6 +177,9 @@ export default {
this.$vuetify.theme.dark = !this.$vuetify.theme.dark
localStorage.setItem('theme', this.$vuetify.theme.dark ? 'dark' : 'light')
this.$mixpanel.track('Connector Action', { name: 'Toggle Theme' })
+ },
+ settingsDialog(){
+
},
switchAccount(account) {
this.$mixpanel.track('Connector Action', { name: 'Account Select' })