mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix format
This commit is contained in:
parent
74d6016695
commit
c19e9ad197
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
|
||||||
if (container is null) return;
|
if (container is null) return;
|
||||||
|
|
||||||
var folderBrowserDialog = new FolderBrowserDialog();
|
var folderBrowserDialog = new FolderBrowserDialog();
|
||||||
|
|
||||||
if (folderBrowserDialog.ShowDialog() != DialogResult.OK)
|
if (folderBrowserDialog.ShowDialog() != DialogResult.OK)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue