mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
Ask for java path when hostname changes from the last run.
This commit is contained in:
parent
be2c7f4515
commit
aca7764afc
2 changed files with 32 additions and 10 deletions
|
|
@ -265,6 +265,7 @@ void MultiMC::initGlobalSettings()
|
|||
|
||||
// Java Settings
|
||||
m_settings->registerSetting(new Setting("JavaPath", ""));
|
||||
m_settings->registerSetting(new Setting("LastHostname", ""));
|
||||
m_settings->registerSetting(new Setting("JvmArgs", ""));
|
||||
|
||||
// Custom Commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue