mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 22:14:45 +08:00
Contributors and CI
This commit is contained in:
parent
42e1fdd302
commit
aac8a48191
@ -41,9 +41,9 @@
|
|||||||
- Modder
|
- Modder
|
||||||
|
|
||||||
### Era0S
|
### Era0S
|
||||||
|
- Community Suggestions Implementer
|
||||||
- Bug Fixer
|
- Bug Fixer
|
||||||
- Modder
|
- Modder
|
||||||
- Added a feature
|
|
||||||
|
|
||||||
### VinniTR
|
### VinniTR
|
||||||
- Fixes
|
- Fixes
|
||||||
|
|||||||
@ -15,7 +15,6 @@ class DiscordWindow(bui.Window):
|
|||||||
transition: str = 'in_right',
|
transition: str = 'in_right',
|
||||||
origin_widget: bui.Widget | None = None,
|
origin_widget: bui.Widget | None = None,
|
||||||
):
|
):
|
||||||
# pylint: disable=too-many-statements
|
|
||||||
if bui.app.classic is None:
|
if bui.app.classic is None:
|
||||||
raise RuntimeError('This requires classic support.')
|
raise RuntimeError('This requires classic support.')
|
||||||
|
|
||||||
|
|||||||
@ -1242,6 +1242,8 @@ class MainMenuWindow(bui.Window):
|
|||||||
logging.warning('classic is required to show game service ui')
|
logging.warning('classic is required to show game service ui')
|
||||||
|
|
||||||
def _save_state(self) -> None:
|
def _save_state(self) -> None:
|
||||||
|
# pylint: disable=too-many-branches
|
||||||
|
|
||||||
# Don't do this for the in-game menu.
|
# Don't do this for the in-game menu.
|
||||||
if self._in_game:
|
if self._in_game:
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user