mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-16 21:09:22 +08:00
fix ui bug
This commit is contained in:
@@ -322,9 +322,9 @@ public partial class ScriptControlViewModel : ObservableObject, INavigationAware
|
||||
SelectedScriptGroup?.AddProject(ScriptGroupProject.BuildPathingProject(fileInfo.Name, relativePath));
|
||||
}
|
||||
}
|
||||
else if (child is StackPanel childStackPanel)
|
||||
else if (child is Expander { Header: CheckBox { IsChecked: true }, Content: StackPanel nestedStackPanel })
|
||||
{
|
||||
AddSelectedPathingScripts(childStackPanel);
|
||||
AddSelectedPathingScripts(nestedStackPanel);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user