update 2023/7/22

master
zhangmeng 2023-07-22 17:49:06 +08:00
parent cc72ddc8f8
commit e81077d826
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class HomeView extends Application {
primaryStage.setOnCloseRequest(event -> { primaryStage.setOnCloseRequest(event -> {
if (PlatformUtil.isWindows()){ if (PlatformUtil.isLinux()){
primaryStage.setIconified(true); primaryStage.setIconified(true);
event.consume(); event.consume();
return; return;