mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Add a MediaMonitor, which will watch CARD_ROOT for mountpoints
Each time a directory will appear in CARD_ROOT, the MediaMonitor
will try to load all OPKs found in CARD_ROOT/${directory}/apps
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
class ASFont;
|
||||
class Button;
|
||||
class MediaMonitor;
|
||||
class Menu;
|
||||
class Surface;
|
||||
|
||||
@@ -65,6 +66,7 @@ class GMenu2X {
|
||||
private:
|
||||
Touchscreen ts;
|
||||
Menu *menu;
|
||||
MediaMonitor *monitor;
|
||||
|
||||
/*!
|
||||
Retrieves the free disk space on the sd
|
||||
|
||||
Reference in New Issue
Block a user