mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
COPKGManager: remember for last selected update directory
Use g_settings to handle local package directory. Extra settings handler via gui for this directory is not intended. Default update directory is the same like in flash settings.
This commit is contained in:
@@ -57,7 +57,7 @@ class COPKGManager : public CMenuTarget
|
||||
bool installed;
|
||||
bool expert_mode;
|
||||
int menu_offset;
|
||||
std::string local_dir;
|
||||
std::string *local_dir;
|
||||
|
||||
int execCmd(const char* cmdstr, bool verbose = false, bool acknowledge = false);
|
||||
int execCmd(std::string cmdstr, bool verbose = false, bool acknowledge = false) {
|
||||
|
Reference in New Issue
Block a user