Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localize account type in account list #1751

Merged
merged 1 commit into from Nov 23, 2023

Conversation

LocalSpook
Copy link
Contributor

@LocalSpook LocalSpook commented Oct 26, 2023

This PR fixes an issue where the account type (MSA or offline) in the account list view was not translated.

Before:
account_type_before

After:
account_type_after

Note: I mucked around a bit in launcher/minecraft/auth/MinecraftAccount.h, replacing the two isMSA() and isOffline() functions with one accountType() function. If those changes aren't desirable for whatever reason I can revert them.

Signed-off-by: LocalSpook <56512186+LocalSpook@users.noreply.github.com>
@Scrumplex Scrumplex merged commit d60d089 into PrismLauncher:develop Nov 23, 2023
31 checks passed
@Scrumplex Scrumplex added this to the 8.1 milestone Nov 23, 2023
@Scrumplex Scrumplex added changelog:changed A PR that appears under "Changed" in the changelog manual backport PRs that have been backported manually labels Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:changed A PR that appears under "Changed" in the changelog manual backport PRs that have been backported manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants