mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
Fixed an issue where the grouped custom collections system could get the wrong viewstyle set.
This commit is contained in:
parent
1c83c762a8
commit
10b971db5b
|
@ -779,7 +779,8 @@ std::shared_ptr<GamelistView> ViewController::getGamelistView(SystemData* system
|
|||
case BASIC: {
|
||||
}
|
||||
default: {
|
||||
mState.viewstyle = BASIC;
|
||||
if (!system->isGroupedCustomCollection())
|
||||
mState.viewstyle = BASIC;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue