mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
opkg_manager: add option for silent screen
Help to control some screen messages, avoids unintended or disturbing messages, e.g. on update checks at background.
This commit is contained in:
@@ -49,6 +49,7 @@ class COPKGManager : public CMenuTarget
|
||||
void loadConfig();
|
||||
struct pkg;
|
||||
void init();
|
||||
bool silent; // Controls some screen messages, eg, avoids unintended or disturbing messages on update checks at background.
|
||||
//config
|
||||
std::string config_src[OPKG_MAX_FEEDS];
|
||||
std::vector<std::string> config_dest;
|
||||
|
Reference in New Issue
Block a user