mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
Fixing Pylint
This commit is contained in:
parent
5db00cf612
commit
fe8def9627
@ -231,8 +231,8 @@ class AccountSettingsWindow(ba.Window):
|
|||||||
linked_accounts_text_space = 60.0
|
linked_accounts_text_space = 60.0
|
||||||
|
|
||||||
show_achievements_button = (
|
show_achievements_button = (
|
||||||
self._signed_in
|
self._signed_in and account_type
|
||||||
and account_type in ('Google Play', 'Alibaba', 'Local', 'OUYA', "V2"))
|
in ('Google Play', 'Alibaba', 'Local', 'OUYA', 'V2'))
|
||||||
achievements_button_space = 60.0
|
achievements_button_space = 60.0
|
||||||
|
|
||||||
show_achievements_text = (self._signed_in
|
show_achievements_text = (self._signed_in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user