Fixed includes and changed to new MenuDisplayWithTime
This commit is contained in:
@ -3,9 +3,11 @@
|
||||
// local includes
|
||||
#include "mainmenu.h"
|
||||
#include "actions/dummyaction.h"
|
||||
#include "actions/switchscreenaction.h"
|
||||
#include "actioninterface.h"
|
||||
#include "fmt/core.h"
|
||||
#include "utils.h"
|
||||
#include "icons/back.h"
|
||||
#include "icons/time.h"
|
||||
#include "icons/reboot.h"
|
||||
#include "icons/update.h"
|
||||
|
@ -1,18 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
// 3rdparty lib includes
|
||||
#include <menudisplay.h>
|
||||
#include "widgets/menudisplaywithtime.h"
|
||||
#include <menuitem.h>
|
||||
#include <icons/back.h>
|
||||
#include <actions/dummyaction.h>
|
||||
#include <actions/switchscreenaction.h>
|
||||
|
||||
// Local includes
|
||||
#include "utils.h"
|
||||
#include "texts.h"
|
||||
|
||||
class StatisticsMenu :
|
||||
public espgui::MenuDisplay,
|
||||
public bobbygui::MenuDisplayWithTime,
|
||||
public espgui::StaticText<TEXT_STATISTICSMENU>
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user