Highlight resources incompatible with the Minecraft version (#5010)

This commit is contained in:
Alexandru Ionut Tripon 2026-02-17 20:16:13 +00:00 committed by GitHub
commit 2b84053011
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 242 additions and 162 deletions

View file

@ -774,6 +774,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
m_settings->registerSetting("ModMetadataDisabled", false);
m_settings->registerSetting("ModDependenciesDisabled", false);
m_settings->registerSetting("SkipModpackUpdatePrompt", false);
m_settings->registerSetting("ShowModIncompat", false);
// Minecraft offline player name
m_settings->registerSetting("LastOfflinePlayerName", "");