mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
COPKGManager: add variable to hold last selected source dir
This commit is contained in:
@@ -57,6 +57,7 @@ class COPKGManager : public CMenuTarget
|
||||
bool installed;
|
||||
bool expert_mode;
|
||||
int menu_offset;
|
||||
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