mirror of
https://github.com/libretro/RetroArch
synced 2024-12-27 15:29:23 +00:00
Merge pull request #11002 from Tatsuya79/patch-4
QT: add "load content" animation option
This commit is contained in:
commit
5ebce6a238
@ -58,6 +58,7 @@ QWidget *NotificationsPage::widget()
|
||||
#if !(defined(RARCH_CONSOLE) || defined(RARCH_MOBILE))
|
||||
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGET_SCALE_FACTOR_WINDOWED);
|
||||
#endif
|
||||
notificationsGroup->add(MENU_ENUM_LABEL_MENU_SHOW_LOAD_CONTENT_ANIMATION);
|
||||
|
||||
layout->addWidget(notificationsGroup);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user