Pre alpha watermark

* android: Add pre-alpha warning dialog and banner

* qt: android: Add pre-alpha warning banner
This commit is contained in:
PabloMK7 2025-04-09 23:45:12 +02:00 committed by Briar
parent 077592903e
commit 5f0542c2bf
8 changed files with 104 additions and 1 deletions

View file

@ -172,6 +172,9 @@ private:
QFileSystemWatcher* watcher = nullptr;
ControllerNavigation* controller_navigation = nullptr;
CompatibilityList compatibility_list;
QHBoxLayout* warning_layout = nullptr;
QWidget* warning_widget = nullptr;
QLabel* pre_alpha_warning = nullptr;
friend class GameListSearchField;