Rename setting to SkipModpackUpdatePrompt
Was ModpackUpdatePromptDisabled Signed-off-by: Kationor <n96211028@gmail.com>
This commit is contained in:
parent
9b172278f8
commit
83a5fe1984
4 changed files with 7 additions and 7 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue