Merge pull request #2477 from WizardCM/multiview-typo
UI: Fix windowed multiview title
This commit is contained in:
commit
43d5691c03
@ -979,7 +979,7 @@ void OBSProjector::UpdateProjectorTitle(QString name)
|
||||
if (!window)
|
||||
title = QTStr("MultiviewProjector");
|
||||
else
|
||||
title = QTStr("MultiviewWindow");
|
||||
title = QTStr("MultiviewWindowed");
|
||||
break;
|
||||
default:
|
||||
title = name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user