(Qt) Fix desktop menu crash with CHEEVOS disabled (#17400)

This commit is contained in:
iyzsong 2025-01-12 07:21:01 -06:00 committed by GitHub
parent 62a85ae737
commit f309266422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -574,7 +574,9 @@ ViewOptionsDialog::ViewOptionsDialog(MainWindow *mainwindow, QWidget *parent) :
addCategory(new OnscreenDisplayCategory(this));
addCategory(new UserInterfaceCategory(mainwindow, this));
addCategory(new AIServiceCategory(this));
#ifdef HAVE_CHEEVOS
addCategory(new AchievementsCategory(this));
#endif
addCategory(new NetworkCategory(this));
addCategory(new PlaylistsCategory(this));
addCategory(new UserCategory(this));