turn off settings sync for now
This commit is contained in:
parent
e9a30dbbe1
commit
084fe71903
4 changed files with 43 additions and 43 deletions
src/components/settings_modal/tabs
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue