dev103 - store system name and other info in song
This commit is contained in:
parent
d004629a58
commit
8d88ac766c
12 changed files with 146 additions and 69 deletions
|
|
@ -551,7 +551,9 @@ void FurnaceGUI::updateWindowTitle() {
|
|||
}
|
||||
|
||||
if (settings.titleBarSys) {
|
||||
title+=fmt::sprintf(" (%s)",e->getSongSystemName(!settings.noMultiSystem));
|
||||
if (e->song.systemName!="") {
|
||||
title+=fmt::sprintf(" (%s)",e->song.systemName);
|
||||
}
|
||||
}
|
||||
|
||||
if (sdlWin!=NULL) SDL_SetWindowTitle(sdlWin,title.c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue