Changes: - Added 'Open' button to each plugin in the Installed plugins list - Clicking Open tries: show_ui(), open(), or get_widget() methods - Added _open_plugin() method to both PluginsView and PerfectMainWindow - Added Settings button for plugins that have settings - Shows error messages if plugin can't be opened This fixes the issue where plugins couldn't be opened or viewed. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dashboard_view.py | ||
| plugins_view.py | ||
| search_view.py | ||
| settings_panel.py | ||
| settings_view.py | ||
| widgets_view.py | ||