mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
UI: Fix the Multiview window not using translation
This commit is contained in:
@@ -5692,7 +5692,7 @@ void OBSBasic::OpenSourceWindow()
|
||||
void OBSBasic::OpenMultiviewWindow()
|
||||
{
|
||||
int monitor = sender()->property("monitor").toInt();
|
||||
OpenProjector(nullptr, monitor, true, "Multiview",
|
||||
OpenProjector(nullptr, monitor, true, QTStr("MultiviewWindowed"),
|
||||
ProjectorType::Multiview);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user