From 8c9366c866dd6c23227be27a038d645c70b6d0b2 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 14 Sep 2022 20:47:52 +0200 Subject: [PATCH] - scan-setup: fix new addIntroItems() call Signed-off-by: Thilo Graf --- src/gui/scan_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 4410bd15e..35f625e90 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -600,7 +600,7 @@ int CScanSetup::showScanMenu() settings->setWizardMode(is_wizard); //back - settings->addIntroItems(/*is_wizard ? NONEXISTANT_LOCALE : */ LOCALE_SERVICEMENU_SCANTS, NONEXISTANT_LOCALE, 0, 0, false); + settings->addIntroItems(/*is_wizard ? NONEXISTANT_LOCALE : */ LOCALE_SERVICEMENU_SCANTS, NONEXISTANT_LOCALE, 0, false, false); #if 0 //save scan settings