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
|
|
@ -281,10 +281,10 @@ class moodlight(ba.Plugin):
|
||||||
|
|
||||||
def has_settings_ui(self):
|
def has_settings_ui(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def show_settings_ui(self, button):
|
def show_settings_ui(self, button):
|
||||||
SettingWindow()
|
SettingWindow()
|
||||||
|
|
||||||
|
|
||||||
def _new_init(self, vr_overlay_offset: Optional[Sequence[float]] = None) -> None:
|
def _new_init(self, vr_overlay_offset: Optional[Sequence[float]] = None) -> None:
|
||||||
self._old_init(vr_overlay_offset)
|
self._old_init(vr_overlay_offset)
|
||||||
in_game = not isinstance(_ba.get_foreground_host_session(), mainmenu.MainMenuSession)
|
in_game = not isinstance(_ba.get_foreground_host_session(), mainmenu.MainMenuSession)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue