summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index 8d4484aec..2a95022d3 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -320,6 +320,7 @@ protected:
int getpartitiondetails(std::string arg);
int screenshot(std::string arg);
int setbrightness(std::string arg);
+ int checkforapp(std::string arg);
// (originally) threaded actions
int fileexists(std::string arg);
@@ -358,6 +359,7 @@ protected:
int setlanguage(std::string arg);
int twcmd(std::string arg);
int setbootslot(std::string arg);
+ int installapp(std::string arg);
int simulate;
};