Fix Open Global Settings, why not
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
bb8e6ef35e
commit
8a3aba1634
@ -86,11 +86,11 @@ void InstanceSettingsPage::globalSettingsButtonClicked(bool)
|
|||||||
APPLICATION->ShowGlobalSettings(this, "java-settings");
|
APPLICATION->ShowGlobalSettings(this, "java-settings");
|
||||||
return;
|
return;
|
||||||
case 1:
|
case 1:
|
||||||
APPLICATION->ShowGlobalSettings(this, "minecraft-settings");
|
|
||||||
return;
|
|
||||||
case 2:
|
|
||||||
APPLICATION->ShowGlobalSettings(this, "custom-commands");
|
APPLICATION->ShowGlobalSettings(this, "custom-commands");
|
||||||
return;
|
return;
|
||||||
|
default:
|
||||||
|
APPLICATION->ShowGlobalSettings(this, "minecraft-settings");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user