add toggle to generate colors or not
This commit is contained in:
parent
90b6470bc4
commit
c87f9f8468
@ -15,7 +15,10 @@ Item {
|
||||
}
|
||||
}
|
||||
function setFont(newFont: string): void {
|
||||
Settings.config.font = newFont
|
||||
Settings.config.font = newFont;
|
||||
}
|
||||
function gen(toggle: bool): void {
|
||||
Settings.config.generateScheme = toggle;
|
||||
}
|
||||
}
|
||||
Process {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user