Save compatibility draw state

This commit is contained in:
msuih 2018-10-13 17:34:00 +03:00 committed by Megamouse
parent 90688c4970
commit 48416e81eb

View File

@ -1409,4 +1409,5 @@ void game_list_frame::SetShowCompatibilityInGrid(bool show)
{
m_drawCompatStatusToGrid = show;
RepaintIcons();
m_gui_settings->SetValue(gui::gl_draw_compat, show);
}