writing some very shady logic

This commit is contained in:
2023-12-15 16:15:18 +01:00
parent 0883e26f21
commit 32ae67b2c6
3 changed files with 17 additions and 10 deletions

View File

@ -2272,4 +2272,8 @@ export class UserAPI {
this.cueTimes[functionName] = this.app.clock.pulses_since_origin;
};
public theme = (color_scheme: string): void => {
this.app.readTheme(color_scheme);
console.log("Changing color scheme for: ", color_scheme)
}
}