mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 00:13:27 +08:00
Latest public/internal sync.
This commit is contained in:
parent
57eb3187fb
commit
dbb86f33d8
@ -230,9 +230,9 @@ class AccountSettingsWindow(ba.Window):
|
||||
'allowAccountLinking2', False))
|
||||
linked_accounts_text_space = 60.0
|
||||
|
||||
show_achievements_button = (
|
||||
self._signed_in and account_type
|
||||
in ('Google Play', 'Alibaba', 'Local', 'OUYA', 'V2'))
|
||||
show_achievements_button = (self._signed_in and account_type
|
||||
in ('Google Play', 'Alibaba', 'Local',
|
||||
'OUYA', 'V2'))
|
||||
achievements_button_space = 60.0
|
||||
|
||||
show_achievements_text = (self._signed_in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user