Cleaned up home screen UI

Added back the date to the home screen and cleaned up the software version text for a more classic/cleaner look.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 8e86b83884
commit c844593f66
2 changed files with 6 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ private:
Params params;
QTimer* timer;
ElidedLabel* date;
ElidedLabel* version;
QStackedLayout* center_layout;
UpdateAlert *update_widget;