diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-03-09 08:43:08 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-03-09 08:43:08 +0100 |
commit | f1dc4568020d222803d54fdcece324a14c9266c7 (patch) | |
tree | 52b7e5d8342eba1d1c6d9751f2f8a5124833725a /logic | |
parent | 44f21406e91c68b230d38441b950eb7c3d6a8ec5 (diff) | |
download | MultiMC-f1dc4568020d222803d54fdcece324a14c9266c7.tar MultiMC-f1dc4568020d222803d54fdcece324a14c9266c7.tar.gz MultiMC-f1dc4568020d222803d54fdcece324a14c9266c7.tar.lz MultiMC-f1dc4568020d222803d54fdcece324a14c9266c7.tar.xz MultiMC-f1dc4568020d222803d54fdcece324a14c9266c7.zip |
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 ^
Diffstat (limited to 'logic')
-rw-r--r-- | logic/BaseInstance.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/logic/BaseInstance.cpp b/logic/BaseInstance.cpp index aea91ef2..c565ab59 100644 --- a/logic/BaseInstance.cpp +++ b/logic/BaseInstance.cpp @@ -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 |