Работа над ServerStorage
This commit is contained in:
@@ -177,6 +177,7 @@ for (const font of webFonts)
|
||||
// initial state
|
||||
const state = {
|
||||
toolBarActive: true,
|
||||
serverSyncEnabled: false,
|
||||
serverStorageKey: '',
|
||||
profiles: {},
|
||||
profilesRev: 0,
|
||||
@@ -195,6 +196,9 @@ const mutations = {
|
||||
setToolBarActive(state, value) {
|
||||
state.toolBarActive = value;
|
||||
},
|
||||
setServerSyncEnabled(state, value) {
|
||||
state.serverSyncEnabled = value;
|
||||
},
|
||||
setServerStorageKey(state, value) {
|
||||
state.serverStorageKey = value;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user