diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-10-07 23:09:50 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-10-08 01:38:26 +0200 |
commit | a58912eaf7e98c1bc9e960fbf77b6293e57c28a1 (patch) | |
tree | 7408fbdb67054ba5ffec8341658ea391d1f4b4c5 /logic/LegacyInstance.cpp | |
parent | 346087efbb1eadf462b8b448a0d4c0458d3a2c0c (diff) | |
download | MultiMC-a58912eaf7e98c1bc9e960fbf77b6293e57c28a1.tar MultiMC-a58912eaf7e98c1bc9e960fbf77b6293e57c28a1.tar.gz MultiMC-a58912eaf7e98c1bc9e960fbf77b6293e57c28a1.tar.lz MultiMC-a58912eaf7e98c1bc9e960fbf77b6293e57c28a1.tar.xz MultiMC-a58912eaf7e98c1bc9e960fbf77b6293e57c28a1.zip |
Basic version changing (OneSix only for now)
Diffstat (limited to 'logic/LegacyInstance.cpp')
-rw-r--r-- | logic/LegacyInstance.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/LegacyInstance.cpp b/logic/LegacyInstance.cpp index 2ffcb075..205f6873 100644 --- a/logic/LegacyInstance.cpp +++ b/logic/LegacyInstance.cpp @@ -314,6 +314,8 @@ QString LegacyInstance::defaultCustomBaseJar() const bool LegacyInstance::menuActionEnabled ( QString action_name ) const { + if (action_name == "actionChangeInstMCVersion") + return false; return true; } |