Fix format

This commit is contained in:
Jack251970 2025-06-07 14:03:33 +08:00
parent 74d6016695
commit c19e9ad197

View file

@ -363,7 +363,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
if (container is null) return;
var folderBrowserDialog = new FolderBrowserDialog();
if (folderBrowserDialog.ShowDialog() != DialogResult.OK)
return;