mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-25 20:09:27 +08:00
:spakles: close with esc
This commit is contained in:
@@ -19,7 +19,7 @@ import "../common/utils/localConfig";
|
||||
import registerySystemPlugin from "./common/registerySystemPlugin";
|
||||
|
||||
class App {
|
||||
private windowCreator: { init: () => void; getWindow: () => BrowserWindow };
|
||||
public windowCreator: { init: () => void; getWindow: () => BrowserWindow };
|
||||
private systemPlugins: any;
|
||||
|
||||
constructor() {
|
||||
@@ -122,4 +122,4 @@ class App {
|
||||
}
|
||||
}
|
||||
|
||||
new App();
|
||||
export default new App();
|
||||
|
||||
Reference in New Issue
Block a user