mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Grid preset
This commit is contained in:
parent
8e78111b67
commit
b5b1db99a1
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ nconf.defaults({
|
|||
update_channel: "alpha",
|
||||
enable_sys_notification: false,
|
||||
grid_layout: "[]",
|
||||
grid_preset: "[]",
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -38,6 +39,7 @@ export const settingsStore = reactive({
|
|||
update_channel: "alpha",
|
||||
enable_sys_notification: false,
|
||||
grid_layout: "[]",
|
||||
grid_preset: "[]",
|
||||
},
|
||||
remote: {
|
||||
AUDIO: {
|
||||
|
|
Loading…
Reference in a new issue