- scan-setup: add addScanMenuFrontendOptions() only once

Conflicts:
	src/gui/scan_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
Fixed build, because of missing locales and members.
This commit is contained in:
svenhoefer
2022-08-28 21:16:24 +02:00
committed by Thilo Graf
parent c0e29ecbcb
commit 2594c7967b
8 changed files with 68 additions and 34 deletions

View File

@@ -121,6 +121,7 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
void addScanMenuManualScan(CMenuWidget *manual_Scan, bool stest = false);
void addScanMenuAutoScanAll(CMenuWidget *auto_ScanAll);
void addScanMenuAutoScan(CMenuWidget *auto_Scan);
void addScanMenuFrontendOptions(CMenuWidget *settings);
int addScanOptionsItems(CMenuWidget *options_menu, const int &shortcut = 1);
int addListFlagsItems(CMenuWidget *listflags_menu, const int &shortcut = 1, bool manual = false);