Home
last modified time | relevance | path

Searched refs:disableUpdateInteraction (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkUpdater.cpp158 if (DkSettingsManager::param().sync().disableUpdateInteraction) { in checkForUpdates()
365 if (DkSettingsManager::param().sync().disableUpdateInteraction) { in checkForUpdates()
H A DDkSettings.h295 bool disableUpdateInteraction; member
H A DDkSettings.cpp458 …sync_p.disableUpdateInteraction = settings.value("disableUpdateInteraction", sync_p.disableUpdateI… in load()
729 settings.setValue("disableUpdateInteraction", sync_p.disableUpdateInteraction); in save()
894 …sync_p.disableUpdateInteraction = isPortable(); // installed version should only check for updates… in setToDefaultSettings()
H A DDkActionManager.cpp1429 …Actions[menu_help_update]->setDisabled(DkSettingsManager::param().sync().disableUpdateInteraction); in createActions()
1433 …_help_update_translation]->setDisabled(DkSettingsManager::param().sync().disableUpdateInteraction); in createActions()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkGui/
H A DDkPreferenceWidgets.cpp409 cbCheckForUpdates->setDisabled(DkSettingsManager::param().sync().disableUpdateInteraction); in createLayout()
/dports/graphics/nomacs/nomacs-3.16.224/installer/
H A Dnomacs-setup.iss132 ;Filename: "{app}\bin\default.ini"; Section: "SynchronizeSettings"; Key: "disableUpdateInteraction"…