code folding

This commit is contained in:
iAmAsval
2021-06-24 16:04:17 +02:00
parent e32136d5b2
commit 37503ec012
5 changed files with 153 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ namespace FModel
private void OnMouseDoubleClick(object sender, MouseButtonEventArgs e)
{
if (sender is not ListBox listBox) return;
if (!_applicationView.IsReady || sender is not ListBox listBox) return;
UserSettings.Default.LoadingMode = ELoadingMode.Multiple;
_applicationView.LoadingModes.LoadCommand.Execute(listBox.SelectedItems);
}