All the preferences, all the time.

Fixes https://gitlab.com/kicad/code/kicad/issues/7877

Fixes https://gitlab.com/kicad/code/kicad/issues/5153
This commit is contained in:
Jeff Young
2021-12-24 13:08:44 +00:00
parent f1410f0240
commit d28714167c
138 changed files with 2155 additions and 2488 deletions
+4 -1
View File
@@ -44,6 +44,9 @@ public:
///< Basic initialization
bool Init() override;
static void ReloadPlugins();
static void ShowPluginFolder();
private:
///< Reload Python plugins and reset toolbar (if in pcbnew)
@@ -51,7 +54,7 @@ private:
///< Call LoadPlugins method of the scripting module with apropriate paths
///< Must be called under PyLOCK
void callLoadPlugins();
static void callLoadPlugins();
///< Open the user's plugin folder in the system browser
int showPluginFolder( const TOOL_EVENT& aEvent );