| 8 | import {collectGarbage} from '../controller/gc-center'; |
| 9 | |
| 10 | interface AppData { |
| 11 | hideTrayIcon?: boolean; |
| 12 | hideDockIcon?: boolean; |
| 13 | notFirstTime?: boolean; |
| 14 | dashboarShortcut?: string; |
| 15 | } |
| 16 | |
| 17 | export class App extends ConfigStoreItem { |
| 18 | firstTimeStart = true; |
nothing calls this directly
no outgoing calls
no test coverage detected