mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
removed dynamic type
This commit is contained in:
parent
a326a7638c
commit
54f126ac91
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue