This commit is contained in:
@@ -43,7 +43,8 @@ export default new Vuex.Store({
|
||||
navItems: [],
|
||||
logArray: [],
|
||||
formSettings: {}, //this is the settings on forms that survive a refresh like grid number of items to show etc
|
||||
formCustomTemplate: {} //this is the custom fields settings for forms
|
||||
formCustomTemplate: {}, //this is the custom fields settings for forms,
|
||||
darkMode: false
|
||||
},
|
||||
mutations: {
|
||||
setLastClientVersion(state, data) {
|
||||
@@ -140,6 +141,9 @@ export default new Vuex.Store({
|
||||
},
|
||||
clearOpenObject(state) {
|
||||
state.openObject = null;
|
||||
},
|
||||
setDarkMode(state, data) {
|
||||
state.darkMode = data;
|
||||
}
|
||||
},
|
||||
actions: {}
|
||||
|
||||
Reference in New Issue
Block a user