Skip to content

Commit

Permalink
(Qt) Fix desktop menu crash with CHEEVOS disabled (#17400)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzsong authored Jan 12, 2025
1 parent 62a85ae commit f309266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/drivers/qt/qt_dialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit f309266

Please sign in to comment.