EU-Utility/core/ui
LemonNexus 80a92aa1ee fix: Use settings.set() instead of item assignment in _on_overlay_mode_changed
Settings object uses .set() method, not dictionary-style item assignment.
This fixes the TypeError when changing overlay mode in settings.
2026-02-16 00:45:03 +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: Additional bug fixes from Bug Hunter agent 2026-02-15 23:40:52 +00:00
plugins_view.py fix: UI improvements based on feedback 2026-02-16 00:30:23 +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