turn off settings sync for now

This commit is contained in:
CoolElectronics 2024-06-10 22:40:23 -04:00
parent e9a30dbbe1
commit 084fe71903
No known key found for this signature in database
GPG key ID: F63593D168636C50
4 changed files with 43 additions and 43 deletions
src/components/settings_modal/tabs

View file

@ -137,7 +137,7 @@ const GeneralTab = {
createSettingsProfile () {
this.$store.dispatch('setOption', { name: 'profile', value: this.newProfileName })
this.$store.dispatch('setOption', { name: 'profileVersion', value: 1 })
this.$store.dispatch('syncSettings')
// this.$store.dispatch('syncSettings')
this.newProfileName = ''
},
forceSync () {