Added 'Source' to metrics (moved to UserInterfaceManager)

This commit is contained in:
brunoherbelin
2021-04-08 00:26:52 +02:00
parent 5a9d4dd55e
commit 28172430dc
6 changed files with 137 additions and 101 deletions

View File

@@ -15,7 +15,7 @@ struct WidgetsConfig
{
bool stats;
int stats_corner;
bool stats_timer;
int stats_mode;
bool logs;
bool preview;
bool history;
@@ -26,7 +26,7 @@ struct WidgetsConfig
WidgetsConfig() {
stats = false;
stats_timer = false;
stats_mode = 0;
stats_corner = 1;
logs = false;
preview = false;