EU-Utility/core/ui
LemonNexus bf1214b3ca fix: Add 'Open' button to plugins list so plugins can be opened
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.
2026-02-16 01:04:07 +00:00
..
__init__.py fix: Debug PluginsView loading and add to UI exports 2026-02-16 00:34:18 +00:00
dashboard_view.py fix: Add missing QCheckBox import and fix Qt.QSize reference 2026-02-16 00:47:47 +00:00
plugins_view.py fix: Add 'Open' button to plugins list so plugins can be opened 2026-02-16 01:04:07 +00:00
search_view.py fix: Add missing pyqtSignal import in settings_panel.py 2026-02-15 23:41:44 +00:00
settings_panel.py fix: Add missing QPixmap and Qt imports in tray_icon.py 2026-02-15 23:43:06 +00:00
settings_view.py fix: Use settings.set() instead of item assignment in _on_overlay_mode_changed 2026-02-16 00:45:03 +00:00
widgets_view.py fix: UI improvements based on feedback 2026-02-16 00:30:23 +00:00