fix: Update button container paths for consistency and improve fallback handling

This commit is contained in:
2025-12-15 16:49:21 +01:00
parent 99398b5479
commit 8b9c19186b
3 changed files with 10 additions and 10 deletions

View File

@@ -463,10 +463,10 @@ namespace KCM
{
string[] candidatePaths =
{
"MainMenu/TopLevel/TopLevelUICanvas",
"MainMenu/TopLevel",
"TopLevelUICanvas",
"TopLevel"
"TopLevel",
"MainMenu/TopLevel/TopLevelUICanvas",
"MainMenu/TopLevel"
};
foreach (var path in candidatePaths)