mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
QT: add "load content" animation option
Adds an option into the OSD menu for https://github.com/libretro/RetroArch/pull/10992.
This commit is contained in:
parent
e2eba31fea
commit
91cc250976
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue