mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 05:41:03 +00:00
chore: add isMainWindowOpen declaration
This commit is contained in:
1
src/renderer/src/declaration.d.ts
vendored
1
src/renderer/src/declaration.d.ts
vendored
@@ -466,6 +466,7 @@ declare global {
|
|||||||
showGameLauncherWindow: () => Promise<void>;
|
showGameLauncherWindow: () => Promise<void>;
|
||||||
closeGameLauncherWindow: () => Promise<void>;
|
closeGameLauncherWindow: () => Promise<void>;
|
||||||
openMainWindow: () => Promise<void>;
|
openMainWindow: () => Promise<void>;
|
||||||
|
isMainWindowOpen: () => Promise<boolean>;
|
||||||
|
|
||||||
/* Download Options */
|
/* Download Options */
|
||||||
onNewDownloadOptions: (
|
onNewDownloadOptions: (
|
||||||
|
|||||||
Reference in New Issue
Block a user