mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
make Context static so can be called anywhere
This commit is contained in:
parent
c5c15d2ab3
commit
d839ecab26
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ using System.Windows.Controls;
|
|||
|
||||
namespace Flow.Launcher.Plugin.Explorer
|
||||
{
|
||||
class Main : ISettingProvider, IPlugin, ISavable, IContextMenu //, IPluginI18n <=== do later
|
||||
public class Main : ISettingProvider, IPlugin, ISavable, IContextMenu //, IPluginI18n <=== do later
|
||||
{
|
||||
private PluginInitContext Context { get; set; }
|
||||
internal static PluginInitContext Context { get; set; }
|
||||
|
||||
private Settings _settings;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue