mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Only show first three segments of version (ignore revision number).
This commit is contained in:
@ -57,7 +57,7 @@ namespace osu.Desktop.Overlays
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = $@"{asm.Version}"
|
||||
Text = $@"{asm.Version.Major}.{asm.Version.Minor}.{asm.Version.Build}"
|
||||
},
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user