mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
neutrino.cpp: enable check for package updates with new setting
This commit is contained in:
@@ -51,7 +51,7 @@ CUpdateCheck* CUpdateCheck::getInstance()
|
||||
|
||||
void CUpdateCheck::check4PackageUpdates()
|
||||
{
|
||||
if (!g_settings.softupdate_autocheck)
|
||||
if (!g_settings.softupdate_autocheck_packages)
|
||||
return;
|
||||
|
||||
COPKGManager man;
|
||||
|
Reference in New Issue
Block a user