mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 14:03:18 +08:00
Update plugins.py
This commit is contained in:
parent
4b9de1fa1f
commit
db1577aef8
@ -338,7 +338,9 @@ class PluginWindow(bui.Window):
|
||||
self._check_value_changed, availplug
|
||||
),
|
||||
textcolor=(
|
||||
(0.8, 0.3, 0.3) if not availplug.available else (0, 1, 0)
|
||||
(0.8, 0.3, 0.3) if not availplug.available else
|
||||
(0, 1, 0) if active else
|
||||
(0.6, 0.6, 0.6)
|
||||
),
|
||||
)
|
||||
if plugin is not None and plugin.has_settings_ui():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user