mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
parent
b6912c2401
commit
ef14a35df4
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ export function randomizeTheme(): void {
|
|||
// if (Config.randomTheme === "custom") {
|
||||
// changeCustomTheme(randomTheme, true);
|
||||
// } else {
|
||||
preview(randomTheme, true);
|
||||
preview(randomTheme, Config.randomTheme === "custom");
|
||||
// }
|
||||
|
||||
if (previousTheme != randomTheme) {
|
||||
|
|
Loading…
Reference in a new issue