Skip to content

Commit

Permalink
1. config.json 保存配置
Browse files Browse the repository at this point in the history
2. 优化悬浮窗显示时机
  • Loading branch information
1754048656 committed Jan 22, 2024
1 parent 20706a2 commit 82a1769
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.linsheng.FATJS.aione_editor;

import static com.linsheng.FATJS.config.GlobalVariableHolder.DEV_MODE;
import static com.linsheng.FATJS.config.GlobalVariableHolder.PATH;
import static com.linsheng.FATJS.config.GlobalVariableHolder.isOpenFloatWin;
import static com.linsheng.FATJS.node.AccUtils.moveFloatWindow;
Expand Down Expand Up @@ -242,6 +243,9 @@ public void finish() {
if (__isOpenFloatWin) {
isOpenFloatWin = true;
}
if (!DEV_MODE) {
moveFloatWindow("打开");
}
super.finish();
}

Expand Down

0 comments on commit 82a1769

Please sign in to comment.