From 54f126ac914ffaed333d36ad8b42f4e7d1ff7c79 Mon Sep 17 00:00:00 2001 From: Koisu Date: Tue, 24 Jun 2025 12:09:48 -0700 Subject: [PATCH] removed dynamic type --- Flow.Launcher/ViewModel/MainViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {