mirror of
https://github.com/tornadocash/tornado-classic-ui
synced 2024-02-02 15:04:09 +01:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
export const enabledSaveFile = {
|
|
ENABLED_SAVE_FILE(state, { netId, isEnabled }) {
|
|
this._vm.$set(state.ui[`netId${netId}`], 'isEnabledSaveFile', isEnabled)
|
|
}
|
|
}
|