diff --git a/src/gui/wxgui/components/wxGameList.cpp b/src/gui/wxgui/components/wxGameList.cpp index 4ad30d6e..ee366ce8 100644 --- a/src/gui/wxgui/components/wxGameList.cpp +++ b/src/gui/wxgui/components/wxGameList.cpp @@ -712,7 +712,7 @@ void wxGameList::OnContextMenuSelected(wxCommandEvent& event) GetConfig().SetGameListFavorite(title_id, !GetConfig().IsGameListFavorite(title_id)); SortEntries(); UpdateItemColors(); - //SaveConfig(); + SaveConfig(true); break; case kContextMenuEditName: {