mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
Fix Open Global Settings, why not
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
bb8e6ef35e
commit
8a3aba1634
1 changed files with 3 additions and 3 deletions
|
|
@ -86,11 +86,11 @@ void InstanceSettingsPage::globalSettingsButtonClicked(bool)
|
|||
APPLICATION->ShowGlobalSettings(this, "java-settings");
|
||||
return;
|
||||
case 1:
|
||||
APPLICATION->ShowGlobalSettings(this, "minecraft-settings");
|
||||
return;
|
||||
case 2:
|
||||
APPLICATION->ShowGlobalSettings(this, "custom-commands");
|
||||
return;
|
||||
default:
|
||||
APPLICATION->ShowGlobalSettings(this, "minecraft-settings");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue