From 8cf88ffc580310e2e814d097358ff783cd5c4416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 7 Aug 2017 00:46:29 +0200 Subject: GH-1314 add UI for custom minecraft jar addition Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people. --- application/MultiMC.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/MultiMC.cpp') diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index 64e6bba2..4eec3927 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -501,9 +501,6 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv) m_settings->registerSetting("UpdateDialogGeometry", ""); - // Jar mod nag dialog in version page - m_settings->registerSetting("JarModNagSeen", false); - // paste.ee API key m_settings->registerSetting("PasteEEAPIKey", "multimc"); -- cgit v1.2.3