From 0b14cc4753f2a5c359b842f2573124bdabb6d0b3 Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Sun, 23 Jan 2022 11:09:56 -0700 Subject: Enforce the priority rules on every refresh --- src/pluginlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index a6efa71b..af70396e 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -360,6 +360,7 @@ private: void fixPrimaryPlugins(); void fixPriorities(); + void fixPluginRelationships(); int findPluginByPriority(int priority); -- cgit v1.3.1