mirror of
https://github.com/4sval/FModel.git
synced 2026-09-14 12:36:45 -05:00
pak double click + fixed export
This commit is contained in:
@@ -233,5 +233,12 @@ namespace FModel
|
||||
return o is AssetItem assetItem && filters.All(x => assetItem.FullPath.SubstringAfterLast('/').Contains(x, StringComparison.OrdinalIgnoreCase));
|
||||
};
|
||||
}
|
||||
|
||||
private void OnMouseDoubleClick(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
if (sender is not ListBox listBox) return;
|
||||
UserSettings.Default.LoadingMode = ELoadingMode.Multiple;
|
||||
_applicationView.LoadingModes.LoadCommand.Execute(listBox.SelectedItems);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user