mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Added 'Source' to metrics (moved to UserInterfaceManager)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user