mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
970ed26d0c
commit
5d2fb6e1ee
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue