More clean up
This commit is contained in:
parent
c94ffcc506
commit
f03da42b5e
43 changed files with 827 additions and 1085 deletions
|
|
@ -15,11 +15,6 @@ export const settings: GardenRuntimeSettings = {
|
|||
...buildSettings(activeVibe),
|
||||
};
|
||||
|
||||
export const resetSettings = (): GardenRuntimeSettings => {
|
||||
Object.assign(settings, buildSettings(activeVibe));
|
||||
return settings;
|
||||
};
|
||||
|
||||
export const applyVibeSettings = (vibe: VibePreset) => {
|
||||
activeVibe = vibe;
|
||||
Object.assign(settings, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue