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

chore: Remove "Test Version" from splash screen #34

Open
darcywong00 opened this issue Aug 15, 2021 · 1 comment
Open

chore: Remove "Test Version" from splash screen #34

darcywong00 opened this issue Aug 15, 2021 · 1 comment

Comments

@darcywong00
Copy link
Contributor

On the startup splash screen, the SA version shows "Test Version".
We should be able to remove this somehow.

I noticed this while making the 3.1.1.1 build. But it's also in the 3.1.0.148 build

@darcywong00
Copy link
Contributor Author

I think it's from

var verType = string.Empty;
if (m_versionType == VersionType.Alpha) {
verType = "Test Version";
} else if (m_versionType == VersionType.Beta) {
verType = "Beta";
}

but I don't understand why SA is always "Alpha".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant