We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957c3ef commit 6d59f3aCopy full SHA for 6d59f3a
1 file changed
src/main/java/i18nupdatemod/core/LoadDetailUI.java
@@ -2,6 +2,7 @@
2
3
import i18nupdatemod.I18nUpdateMod;
4
import i18nupdatemod.entity.LoadStage;
5
+import i18nupdatemod.util.Log;
6
7
import javax.swing.*;
8
import java.awt.*;
@@ -117,12 +118,12 @@ public static void hide() {
117
118
}
119
120
private void shutdown(){
121
+ I18nUpdateMod.shouldShutdown = true;
122
+ Log.info("User shutdown task");
123
if (!useGUI) {
- I18nUpdateMod.shouldShutdown = true;
124
return;
125
126
hide();
127
128
129
public static void setStage(LoadStage stage) {
0 commit comments