godot-extended-libraries / godot-plugin-refresher

Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
MIT License
158 stars 24 forks source link

Fix Edge cases where cfg files are >1 dir deep #24

Open ACB-prgm opened 2 years ago

ACB-prgm commented 2 years ago

set_plugin_enabled takes the path to the cfg directory, which is usually the same as the plugin name but not always. This also de-clutters the _reload_plugins_list() function