Provide a cli command to clear notifications. (#444)

This commit is contained in:
Jas Singh
2024-11-05 21:11:50 -08:00
committed by GitHub
parent 6250c2b3be
commit ec3be1cad8
3 changed files with 14 additions and 3 deletions

2
globals.d.ts vendored
View File

@@ -7,6 +7,8 @@ declare global {
var useTheme: (filePath: string) => void;
var getSystrayItems: () => string;
var isWindowVisible: (windowName: string) => boolean;
var clearAllNotifications: () => Promise<void>;
var globalWeatherVar: VariableType<Weather>;
var options: Options;
var removingNotifications: VariableType<boolean>;