From f9599c6fc53ae22f0fc4c281adb6fe0f932aa1de Mon Sep 17 00:00:00 2001 From: Barinade Date: Thu, 13 Jun 2024 11:02:20 -0500 Subject: [PATCH] default branch for ScreenSelectStyle requires more than 1 style --- Themes/_fallback/Scripts/02 Branches.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index fa21eeed0b..30c57ff836 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -82,7 +82,7 @@ Branch = { return "ScreenProfileLoad" end, AfterSelectProfile = function() - if (THEME:GetMetric("Common", "AutoSetStyle") == true) then + if (THEME:GetMetric("Common", "AutoSetStyle") == true) or #GAMEMAN:GetStylesForGame(GAMESTATE:GetCurrentGame():GetName()) <= 1 then return "ScreenSelectMusic" else return "ScreenSelectStyle"