mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
Neutrino: show remaining sleep time in main menu if sleeptimer exists
based on idea by martii <m4rtii@gmx.de> in Neutrino-MP Git
This commit is contained in:
committed by
svenhoefer
parent
7d04113307
commit
9f10fc9821
@@ -29,9 +29,12 @@ class CSleepTimerWidget: public CMenuTarget
|
||||
{
|
||||
private:
|
||||
static bool is_running;
|
||||
int shutdown_min;
|
||||
std::string shutdown_min_string;
|
||||
|
||||
public:
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
const char * getTargetValue();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user