mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Add local settings
This commit is contained in:
Vendored
+2
@@ -33,6 +33,8 @@ declare global {
|
||||
RENDERER_PLAYER_STOP(
|
||||
cb: (event: IpcRendererEvent, data: any) => void
|
||||
): void;
|
||||
SETTINGS_GET(data: { property: string }): any;
|
||||
SETTINGS_SET(data: { property: string; value: any }): void;
|
||||
windowClose(): void;
|
||||
windowMaximize(): void;
|
||||
windowMinimize(): void;
|
||||
|
||||
Reference in New Issue
Block a user