This commit is contained in:
Miodec 2022-06-28 13:26:19 +02:00
commit bda7788bb2

View file

@ -1281,7 +1281,7 @@ export function updateCustomThemeListCommands(): void {
if (!snapshot) return;
if (DB.getSnapshot().customThemes.length < 0) {
if (DB.getSnapshot().customThemes.length === 0) {
Notifications.add("You need to create a custom theme first", 0);
return;
}