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-02-27 16:34:47 -07:00
parent 2dae4f2b4c
commit 89e6ebdf12
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;