diff options
| author | windrammer <31085911+likeawindrammer@users.noreply.github.com> | 2020-08-04 09:09:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 10:09:27 -0500 |
| commit | 630518020a385391469f0b710a8a59cd2984c2c7 (patch) | |
| tree | 222af7e3e7b8fc15286816f435972eb6dd78dd11 | |
| parent | 07e1127096d4e47f39facc43ecbf94007c8e08b8 (diff) | |
Fix music display disappearing on theme reload (#233)
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index d727b81a..8223024d 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -636,6 +636,7 @@ void Courtroom::set_widgets() } ui_music_display->play("music_display"); + ui_music_display->set_play_once(false); if (is_ao2_bg) { set_size_and_pos(ui_ic_chat_message, "ao2_ic_chat_message"); |
