Remove timeout from Hyprpanel notifications. (#597)

This commit is contained in:
Jas Singh
2024-12-22 13:42:47 -08:00
committed by GitHub
parent 78e339adcf
commit 97e852cf94
7 changed files with 0 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ const ensureMatugenWallpaper = (): void => {
summary: 'Matugen Failed',
body: "Please select a wallpaper in 'Theming > General' first.",
iconName: icons.ui.warning,
timeout: 7000,
});
matugen.set(false);
}