From 5d2fb6e1ee77dc9e6fb82ffb3c9a51a9a5032741 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 28 Sep 2025 11:59:25 +0800 Subject: [PATCH] Add code comments --- Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml.cs index 3f9e110c4..76c961efd 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml.cs @@ -75,6 +75,7 @@ namespace Flow.Launcher.Plugin.Explorer.Views private void OnDoneButtonClick(object sender, RoutedEventArgs e) { RenameThing.Rename(NewFileName, _info); + // Close the dialog no matter if it worked or not because error messages are popuped in RenameThing Close(); }