Searched refs:disableUpdateInteraction (Results 1 – 6 of 6) sorted by relevance
158 if (DkSettingsManager::param().sync().disableUpdateInteraction) { in checkForUpdates()365 if (DkSettingsManager::param().sync().disableUpdateInteraction) { in checkForUpdates()
295 bool disableUpdateInteraction; member
458 …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()
1429 …Actions[menu_help_update]->setDisabled(DkSettingsManager::param().sync().disableUpdateInteraction); in createActions()1433 …_help_update_translation]->setDisabled(DkSettingsManager::param().sync().disableUpdateInteraction); in createActions()
409 cbCheckForUpdates->setDisabled(DkSettingsManager::param().sync().disableUpdateInteraction); in createLayout()
132 ;Filename: "{app}\bin\default.ini"; Section: "SynchronizeSettings"; Key: "disableUpdateInteraction"…