Provide a cli command to clear notifications. (#444)
This commit is contained in:
2
globals.d.ts
vendored
2
globals.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user