mirror of
https://github.com/4sval/FModel.git
synced 2026-09-14 04:26:40 -05:00
code folding
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user