mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
Icons: change check markers, rename to dialog on/off, add update marker
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ebe774077
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
OPKG-Manager Class for Neutrino-GUI
|
||||
|
||||
Implementation:
|
||||
Copyright (C) 2012-2015 T. Graf 'dbt'
|
||||
Copyright (C) 2012-2018 T. Graf 'dbt'
|
||||
www.dbox2-tuning.net
|
||||
|
||||
Adaptions:
|
||||
@@ -433,10 +433,10 @@ void COPKGManager::updateMenu()
|
||||
it->second.forwarder->iconName_Info_right = "";
|
||||
it->second.forwarder->setActive(true);
|
||||
if (it->second.upgradable) {
|
||||
it->second.forwarder->iconName_Info_right = NEUTRINO_ICON_WARNING;
|
||||
it->second.forwarder->iconName_Info_right = NEUTRINO_ICON_MARKER_UPDATE_AVAILABLE;
|
||||
upgradesAvailable = true;
|
||||
} else if (it->second.installed) {
|
||||
it->second.forwarder->iconName_Info_right = NEUTRINO_ICON_CHECKMARK;
|
||||
it->second.forwarder->iconName_Info_right = NEUTRINO_ICON_MARKER_DIALOG_OK;
|
||||
it->second.forwarder->setActive(expert_mode);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user