Merge pull request #11002 from Tatsuya79/patch-4

QT: add "load content" animation option
This commit is contained in:
Autechre 2020-07-10 18:57:50 +02:00 committed by GitHub
commit 5ebce6a238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);