mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
3bd76b2dfd
commit
7f797b1039
1 changed files with 2 additions and 0 deletions
|
|
@ -707,6 +707,8 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
public static bool PluginModified(string id)
|
||||
{
|
||||
// We should consider initializing plugin as modified since it cannot be installed/uninstalled/updated and
|
||||
// we cannot call any plugin methods
|
||||
return ModifiedPlugins.Contains(id) && _allInitializedPlugins.ContainsKey(id);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue