mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +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))
|
#if !(defined(RARCH_CONSOLE) || defined(RARCH_MOBILE))
|
||||||
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGET_SCALE_FACTOR_WINDOWED);
|
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGET_SCALE_FACTOR_WINDOWED);
|
||||||
#endif
|
#endif
|
||||||
|
notificationsGroup->add(MENU_ENUM_LABEL_MENU_SHOW_LOAD_CONTENT_ANIMATION);
|
||||||
|
|
||||||
layout->addWidget(notificationsGroup);
|
layout->addWidget(notificationsGroup);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user