mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Rename setting to SkipModpackUpdatePrompt
Was ModpackUpdatePromptDisabled Signed-off-by: Kationor <n96211028@gmail.com>
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user