HyprPanel now handles notification removal itself. (#242)

This commit is contained in:
Jas Singh
2024-09-09 23:03:01 -07:00
committed by GitHub
parent bb3b3dfdfb
commit 4721b4fbf9
7 changed files with 125 additions and 76 deletions

1
globals.d.ts vendored
View File

@@ -7,6 +7,7 @@ declare global {
var useTheme: Function;
var globalWeatherVar: VariableType<Weather>;
var options: Options
var removingNotifications: VariableType<boolean>;
}
export { };