removed dynamic type

This commit is contained in:
Koisu 2025-06-24 12:09:48 -07:00
parent a326a7638c
commit 54f126ac91

View file

@ -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))
{