You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stringmessage = "Press '" + Preferences.oneConfigKeyBind.getDisplay() + "' to open OneConfig, the next-gen config library for Minecraft.";
267
+
booleanisSkyClient = isSkyClient();
268
+
Stringmessage = isSkyClient ? "SkyClient now includes OneConfig, the next-gen config library for Minecraft. You can now simply press '" + Preferences.oneConfigKeyBind.getDisplay() + "' to configure all your mods!" : "Press '" + Preferences.oneConfigKeyBind.getDisplay() + "' to open OneConfig, the next-gen config library for Minecraft.";
265
269
send("Welcome to OneConfig!", message, DEFAULT_ICON, -1f, () -> {
266
270
if (Platform.getGuiPlatform().getCurrentScreen() instanceofOneConfigGui || Preferences.oneconfigOpened) {
0 commit comments