feat: save window state when closing agent (#902)
This commit is contained in:
committed by
László Monda
parent
2c041b64ff
commit
12d361eb2e
6
packages/uhk-agent/src/models/window-state.ts
Normal file
6
packages/uhk-agent/src/models/window-state.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Rectangle } from 'electron';
|
||||
|
||||
export interface WindowState extends Rectangle {
|
||||
isMaximized: boolean;
|
||||
isFullScreen: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user