Rename setting to SkipModpackUpdatePrompt

Was ModpackUpdatePromptDisabled

Signed-off-by: Kationor <n96211028@gmail.com>
This commit is contained in:
Kationor
2024-07-03 23:09:59 +02:00
parent 9b172278f8
commit 83a5fe1984
4 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ InstanceNameChange askForChangingInstanceName(QWidget* parent, const QString& ol
ShouldUpdate askIfShouldUpdate(QWidget* parent, QString original_version_name)
{
if (APPLICATION->settings()->get("ModpackUpdatePromptDisabled").toBool())
if (APPLICATION->settings()->get("SkipModpackUpdatePrompt").toBool())
return ShouldUpdate::SkipUpdating;
auto info = CustomMessageBox::selectable(