Qt: Add gear icon to disc games with user settings

This commit is contained in:
Connor McLaughlin
2021-06-05 13:44:05 +10:00
parent e536674f80
commit ad9712afca
5 changed files with 5 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ private:
std::array<QString, Column_Count> m_column_display_names;
QPixmap m_type_disc_pixmap;
QPixmap m_type_disc_with_settings_pixmap;
QPixmap m_type_exe_pixmap;
QPixmap m_type_playlist_pixmap;
QPixmap m_type_psf_pixmap;