Skip to content

Commit 63009ba

Browse files
Use ContextMenu class instead of interface
1 parent 6579a46 commit 63009ba

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Explorer

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Main : ISettingProvider, IAsyncPlugin, IContextMenu, IPluginI18n, I
2323

2424
private SettingsViewModel viewModel;
2525

26-
private IContextMenu contextMenu;
26+
private ContextMenu contextMenu;
2727

2828
private SearchManager searchManager;
2929

0 commit comments

Comments
 (0)