Update mood_light.py

This commit is contained in:
Loup 2022-11-03 23:06:11 +05:30 committed by GitHub
parent 9bf4def90b
commit 0359fe13a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,6 +278,9 @@ class moodlight(ba.Plugin):
def on_app_running(self):
_ba.show_progress_bar()
def on_plugin_manager_prompt(self):
SettingWindow()
def has_settings_ui(self):
return True