delete unknown json objects + write missing objects to config file
This commit is contained in:
@@ -113,7 +113,6 @@ Singleton {
|
||||
function setMode(mode: string): void {
|
||||
Quickshell.execDetached(["zshell-cli", "scheme", "generate", "--mode", mode]);
|
||||
Config.general.color.mode = mode;
|
||||
Config.save();
|
||||
}
|
||||
|
||||
function swapRG(c: color): color {
|
||||
|
||||
Reference in New Issue
Block a user