mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-25 20:09:27 +08:00
🚨 增加 prettier
This commit is contained in:
@@ -38,7 +38,6 @@ class App {
|
||||
this.onQuit();
|
||||
}
|
||||
}
|
||||
|
||||
beforeReady() {
|
||||
// 系统托盘
|
||||
if (commonConst.macOS()) {
|
||||
@@ -55,7 +54,6 @@ class App {
|
||||
createWindow() {
|
||||
this.windowCreator.init();
|
||||
}
|
||||
|
||||
onReady() {
|
||||
const readyFunction = () => {
|
||||
this.createWindow();
|
||||
|
||||
Reference in New Issue
Block a user