Add code comments

This commit is contained in:
Jack251970 2025-09-28 11:59:25 +08:00
parent 970ed26d0c
commit 5d2fb6e1ee

View file

@ -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();
}