Add brackets around system display name in MainForm window title
fixes 55300d782
This commit is contained in:
parent
8112be31e1
commit
b2d1743387
|
@ -1683,7 +1683,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
if (!Emulator.IsNull())
|
||||
{
|
||||
sb.Append($"{Game.Name} {Emulator.GetSystemDisplayName()} - ");
|
||||
sb.Append($"{Game.Name} [{Emulator.GetSystemDisplayName()}] - ");
|
||||
if (MovieSession.Movie.IsActive())
|
||||
{
|
||||
sb.Append($"{Path.GetFileName(MovieSession.Movie.Filename)} - ");
|
||||
|
|
Loading…
Reference in New Issue