mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
79b0385336
commit
fe31632b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +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 the dialog no matter if it worked or not because error messages are popped up in RenameThing
|
||||
Close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue