diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 555d2ec42..ff596352a 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -933,7 +933,7 @@ namespace Flow.Launcher.ViewModel private void RenameFile() { // at runtime this is an instance the Flow.Launcher.Plugin.Explorer.Main - dynamic explorerPlugin = GetExplorerPlugin(); + var explorerPlugin = GetExplorerPlugin(); if (!(explorerPlugin != null)) {