summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-09-08 16:21:49 +0200
committerPetr Mrázek <peterix@gmail.com>2013-09-08 16:21:49 +0200
commit499ee1e36569fca73bdb809183242b03da69f3ef (patch)
tree8d29f00958da54ade7e560b98e43fae89dfff0d4 /MultiMC.cpp
parent7e1cf22ce61e8a5450e5dc74993e471c20b2742f (diff)
parentdab2bbe4e79cfd8b3b72b8d2fd0e5bd66e0281a9 (diff)
downloadMultiMC-499ee1e36569fca73bdb809183242b03da69f3ef.tar
MultiMC-499ee1e36569fca73bdb809183242b03da69f3ef.tar.gz
MultiMC-499ee1e36569fca73bdb809183242b03da69f3ef.tar.lz
MultiMC-499ee1e36569fca73bdb809183242b03da69f3ef.tar.xz
MultiMC-499ee1e36569fca73bdb809183242b03da69f3ef.zip
Merge branch 'master' of https://github.com/Stiepen22/MultiMC5 into develop
Conflicts: AppSettings.cpp MultiMC.pro main.cpp
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index f212d830..c93701b8 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -194,6 +194,9 @@ void MultiMC::initGlobalSettings()
// The cat
m_settings->registerSetting(new Setting("TheCat", false));
+
+ // Shall the main window hide on instance launch
+ m_settings->registerSetting(new Setting("NoHide", false));
}
void MultiMC::initHttpMetaCache()