UI: Fix problem with Yes/No message box buttons not translated

This commit is contained in:
test
2024-02-21 05:23:16 +09:00
committed by Ryan Foster
parent 03c42e5b93
commit 66d210cf1b

View File

@@ -9532,7 +9532,7 @@ void OBSBasic::on_resetDocks_triggered(bool force)
!force)
#endif
{
QMessageBox::StandardButton button = QMessageBox::question(
QMessageBox::StandardButton button = OBSMessageBox::question(
this, QTStr("ResetUIWarning.Title"),
QTStr("ResetUIWarning.Text"));