diff options
author | syeyoung <cyoung06@naver.com> | 2023-02-05 02:18:35 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-02-05 02:18:35 +0900 |
commit | f0a3834c92cc3d3da92998a6610d607f4034a44b (patch) | |
tree | 19cfaf47f90cab5b3585375675933b74efdac7d3 /loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/auth | |
parent | eaf7078a48ea04680e3743a1563c581c043fc3c5 (diff) | |
download | Skyblock-Dungeons-Guide-f0a3834c92cc3d3da92998a6610d607f4034a44b.tar.gz Skyblock-Dungeons-Guide-f0a3834c92cc3d3da92998a6610d607f4034a44b.tar.bz2 Skyblock-Dungeons-Guide-f0a3834c92cc3d3da92998a6610d607f4034a44b.zip |
- auto closing tooltip
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/auth')
-rw-r--r-- | loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/auth/AuthManager.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/auth/AuthManager.java b/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/auth/AuthManager.java index 6c8fa7bc..9a491b08 100644 --- a/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/auth/AuthManager.java +++ b/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/auth/AuthManager.java @@ -144,7 +144,6 @@ public class AuthManager { .title("Privacy Policy") .description("Please accept Dungeons Guide\nPrivacy Policy to enjoy server based\nfeatures of Dungeons Guide\n\n(Including Auto-Update/Remote-Jar)") .titleColor(0xFFFF0000) - .unremovable(true) .onClick(() -> { GuiDisplayer.INSTANCE.displayGui(new GuiPrivacyPolicy()); }) @@ -155,7 +154,6 @@ public class AuthManager { .title("Auth Error") .description("Authentication Error Occurred\n"+e.getMessage()) .titleColor(0xFFFF0000) - .unremovable(true) .onClick(() -> { GuiDisplayer.INSTANCE.displayGui(new GuiLoadingError(e)); }) @@ -189,7 +187,6 @@ public class AuthManager { .title("Privacy Policy") .description("Please accept the Dungeons Guide\nPrivacy Policy to enjoy server based\nfeatures of Dungeons Guide\n\n(Including Auto-Update/Remote-Jar)") .titleColor(0xFFFF0000) - .unremovable(true) .onClick(() -> { GuiDisplayer.INSTANCE.displayGui(new GuiPrivacyPolicy()); }) @@ -200,7 +197,6 @@ public class AuthManager { .title("Auth Error") .description("Authentication Error Occurred\n"+e.getMessage()) .titleColor(0xFFFF0000) - .unremovable(true) .onClick(() -> { GuiDisplayer.INSTANCE.displayGui(new GuiLoadingError(e)); }) |