mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Only show first three segments of version (ignore revision number).
This commit is contained in:
parent
85e85d32fc
commit
d73c48c73d
@ -57,7 +57,7 @@ namespace osu.Desktop.Overlays
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = $@"{asm.Version}"
|
||||
Text = $@"{asm.Version.Major}.{asm.Version.Minor}.{asm.Version.Build}"
|
||||
},
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user