V2 accounts can now see Achievements button in Accounts Window

This commit is contained in:
Vishal 2022-08-31 12:01:33 +05:30 committed by GitHub
parent ea82263058
commit 5db00cf612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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