mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Merge branch 'dialog' into 'master'
BETA: Fix speech effects being improperly applied to custom dialog `dialog` statuses See merge request BondageProjects/Bondage-College!5461
This commit is contained in:
commit
e8f8635619
1 changed files with 1 additions and 1 deletions
|
@ -4334,7 +4334,7 @@ class _DialogDialogMenu extends DialogMenu {
|
|||
|
||||
/** @type {DialogMenu["_ReloadStatus"]} */
|
||||
_ReloadStatus(root, span, C, focusGroup, options) {
|
||||
const textContent = options.status ?? SpeechTransformDialog(C, C.CurrentDialog);
|
||||
const textContent = SpeechTransformDialog(C, options.status ?? C.CurrentDialog);
|
||||
DialogSetStatus(textContent, options.statusTimer ?? 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue