mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 00:47:10 +08:00
Merge pull request #591 from vishal332008/master
Small Bug in Plugins Window
This commit is contained in:
commit
42fbe1dd2d
@ -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