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