mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 00:35:46 -04:00
Qt: Fix compatibility column not showing by default
This commit is contained in:
@ -386,7 +386,7 @@ static QString getColumnVisibilitySettingsKeyName(int column)
|
||||
void GameListWidget::loadTableViewColumnVisibilitySettings()
|
||||
{
|
||||
static constexpr std::array<bool, GameListModel::Column_Count> DEFAULT_VISIBILITY = {
|
||||
{true, true, true, false, true, true}};
|
||||
{true, true, true, false, true, true, true}};
|
||||
|
||||
for (int column = 0; column < GameListModel::Column_Count; column++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user