Contributors and CI

This commit is contained in:
Era 2023-11-10 12:58:01 +03:30
parent 42e1fdd302
commit aac8a48191
No known key found for this signature in database
GPG Key ID: B2DB3D0A54D17FD5
3 changed files with 3 additions and 2 deletions

View File

@ -41,9 +41,9 @@
- Modder
### Era0S
- Community Suggestions Implementer
- Bug Fixer
- Modder
- Added a feature
### VinniTR
- Fixes

View File

@ -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.')

View File

@ -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