mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 17:03:14 +08:00
V2 accounts can now see Achievements button in Accounts Window
This commit is contained in:
parent
ea82263058
commit
5db00cf612
@ -232,7 +232,7 @@ class AccountSettingsWindow(ba.Window):
|
||||
|
||||
show_achievements_button = (
|
||||
self._signed_in
|
||||
and account_type in ('Google Play', 'Alibaba', 'Local', 'OUYA'))
|
||||
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