Skip to content

Commit

Permalink
Removed EA flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelo420 committed Dec 21, 2024
1 parent b1492de commit 0e18fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamevault/ViewModels/SettingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public string Version
{
get
{
return Assembly.GetExecutingAssembly().GetName().Version.ToString() + " EA";
return Assembly.GetExecutingAssembly().GetName().Version.ToString();// + " EA";
}
}
//DevMode
Expand Down

0 comments on commit 0e18fee

Please sign in to comment.