Add LabelSize to get label_size from monitor

This commit is contained in:
Isaac Connor 2020-10-05 13:15:58 -04:00
parent 059d7d388f
commit 5dd83d41fa
1 changed files with 2 additions and 0 deletions

View File

@ -505,6 +505,8 @@ public:
inline time_t getStartupTime() const { return shared_data->startup_time; }
inline void setStartupTime( time_t p_time ) { shared_data->startup_time = p_time; }
int LabelSize() { return label_size; }
void actionReload();
void actionEnable();
void actionDisable();