fixed merge

This commit is contained in:
Zeno Rogue 2020-11-06 15:43:18 +01:00
parent 971b002caf
commit 3b7295c26a
1 changed files with 2 additions and 0 deletions

View File

@ -1118,9 +1118,11 @@ EX void menuitem_music_volume() {
};
dialog::bound_low(0);
dialog::bound_up(MIX_MAX_VOLUME);
#if CAP_SDLAUDIO
dialog::extra_options = [] {
dialog::addBoolItem_action(XLAT("play music when out of focus"), music_out_of_focus, 'A');
};
#endif
});
}