[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2022-10-28 12:51:45 +00:00 committed by github-actions[bot]
parent e1e5097ebb
commit b818624778

View file

@ -281,10 +281,10 @@ class moodlight(ba.Plugin):
def has_settings_ui(self):
return True
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)
in_game = not isinstance(_ba.get_foreground_host_session(), mainmenu.MainMenuSession)