removed notification

This commit is contained in:
Miodec 2022-07-03 00:46:09 +02:00
parent 6e6ba3bf9d
commit 8f5f607da6

View file

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