mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
Underp. Don't depend on OneSix. Nicer "menu" style choosing.
This commit is contained in:
parent
3b236483df
commit
8219dbf612
15 changed files with 96 additions and 125 deletions
|
|
@ -439,9 +439,6 @@ void MultiMC::initGlobalSettings()
|
|||
m_settings->registerSetting("ConsoleWindowGeometry", "");
|
||||
|
||||
m_settings->registerSetting("SettingsGeometry", "");
|
||||
|
||||
// Profilers
|
||||
m_settings->registerSetting("CurrentProfiler");
|
||||
}
|
||||
|
||||
void MultiMC::initHttpMetaCache()
|
||||
|
|
@ -570,11 +567,6 @@ std::shared_ptr<JavaVersionList> MultiMC::javalist()
|
|||
return m_javalist;
|
||||
}
|
||||
|
||||
std::shared_ptr<BaseProfilerFactory> MultiMC::currentProfiler()
|
||||
{
|
||||
return m_profilers.value(m_settings->get("CurrentProfiler").toString());
|
||||
}
|
||||
|
||||
void MultiMC::installUpdates(const QString updateFilesDir, UpdateFlags flags)
|
||||
{
|
||||
// if we are going to update on exit, save the params now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue