mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
e1e5097ebb
commit
b818624778
1 changed files with 5 additions and 5 deletions
|
|
@ -256,12 +256,12 @@ def new_chat_message(msg: Union[str, ba.Lstr], clients: Sequence[int] = None, se
|
|||
old_fcm(msg, clients, sender_override)
|
||||
if msg == 'ml':
|
||||
try:
|
||||
global Ldefault,Udefault
|
||||
global Ldefault, Udefault
|
||||
Ldefault, Udefault = ba.app.config.get("moodlightingSettings")
|
||||
SettingWindow()
|
||||
cprint("Mood light settings opened")
|
||||
except Exception as err:
|
||||
Print(err,"-from new_chat_message")
|
||||
Print(err, "-from new_chat_message")
|
||||
|
||||
|
||||
old_fcm = _ba.chatmessage
|
||||
|
|
@ -281,9 +281,9 @@ class moodlight(ba.Plugin):
|
|||
|
||||
def has_settings_ui(self):
|
||||
return True
|
||||
def show_settings_ui(self,button):
|
||||
SettingWindow()
|
||||
|
||||
def show_settings_ui(self, button):
|
||||
SettingWindow()
|
||||
|
||||
def _new_init(self, vr_overlay_offset: Optional[Sequence[float]] = None) -> None:
|
||||
self._old_init(vr_overlay_offset)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue