mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 09:32:55 +08:00
Fix PreferUnicode changing when nothing to play.
This commit is contained in:
parent
5514546293
commit
794e4663d8
@ -235,7 +235,9 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
void preferUnicode_changed(object sender, EventArgs e)
|
void preferUnicode_changed(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
updateDisplay(current, TransformDirection.None);
|
if (current != null)
|
||||||
|
updateDisplay(current, TransformDirection.None);
|
||||||
|
//else: we can show something in correspond laguage
|
||||||
}
|
}
|
||||||
|
|
||||||
private void workingChanged(object sender = null, EventArgs e = null)
|
private void workingChanged(object sender = null, EventArgs e = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user