mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Tray notification icon dot
This commit is contained in:
2
src/types/globals.d.ts
vendored
2
src/types/globals.d.ts
vendored
@@ -36,6 +36,7 @@ declare global {
|
||||
};
|
||||
electron: {
|
||||
getArch: () => Promise<string>;
|
||||
setTrayIconNotification: (notify: boolean) => Promise<void>;
|
||||
openFileDialog: () => Promise<string>;
|
||||
openDirectoryDialog: () => Promise<string>;
|
||||
desktopNotification: (
|
||||
@@ -187,6 +188,7 @@ declare global {
|
||||
CopyImageToClipboard(path: string): Promise<void>;
|
||||
FlashWindow(): Promise<void>;
|
||||
SetUserAgent(): Promise<void>;
|
||||
SetTrayIconNotification(notify: boolean): Promise<void>;
|
||||
|
||||
// Common Functions
|
||||
GetColourFromUserID(userId: string): Promise<number>;
|
||||
|
||||
Reference in New Issue
Block a user