mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
Also reload the instance cfg
While this should work, there don't seem to be any places where the signals are listened for, so changes probably will only be available when calling Setting::get TODO: Fix that ^
This commit is contained in:
parent
44f21406e9
commit
f1dc456802
5 changed files with 23 additions and 2 deletions
|
|
@ -171,8 +171,7 @@ bool BaseInstance::canLaunch() const
|
|||
|
||||
bool BaseInstance::reload()
|
||||
{
|
||||
// TODO reload the instance settings
|
||||
return true;
|
||||
return settings().reload();
|
||||
}
|
||||
|
||||
QString BaseInstance::baseJar() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue