Renamed vuex settings to globalSettings
This commit is contained in:
parent
56e43ae77f
commit
e1d562fef4
5 changed files with 13 additions and 13 deletions
|
|
@ -15,7 +15,7 @@ export default new Vuex.Store({
|
|||
error: '',
|
||||
apiConfig: {},
|
||||
apiState: {},
|
||||
settings: {
|
||||
globalSettings: {
|
||||
disableStream: false,
|
||||
autoGpuPreview: false,
|
||||
trackWindow: true
|
||||
|
|
@ -44,7 +44,7 @@ export default new Vuex.Store({
|
|||
state.apiState = stateData;
|
||||
},
|
||||
changeSetting(state, [key, value]) {
|
||||
state.settings[key] = value;
|
||||
state.globalSettings[key] = value;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue