EU-Utility/data
LemonNexus 2d8983ece3 fix: Activity Bar init order - hide_timer must be created before _apply_config
The hide_timer QTimer was being created after _apply_config() was called,
but _apply_config() tries to set the timer interval. This caused:
AttributeError: 'WindowsTaskbar' object has no attribute 'hide_timer'

Fix: Move hide_timer creation to before _apply_config() call.
2026-02-15 19:08:34 +00:00
..
plugins fix: Clean repository - remove workspace pollution 2026-02-14 03:34:04 +00:00
eu_utility.db fix: Activity Bar init order - hide_timer must be created before _apply_config 2026-02-15 19:08:34 +00:00