1
0
Richard Stanway 5 жил өмнө
parent
commit
e8c3ad1482

+ 2 - 2
UI/window-basic-main.cpp

@@ -1940,7 +1940,7 @@ void OBSBasic::OnFirstLoad()
 	if (cef) {
 		WhatsNewInfoThread *wnit = new WhatsNewInfoThread();
 		connect(wnit, &WhatsNewInfoThread::Result, this,
-				&OBSBasic::ReceivedIntroJson);
+			&OBSBasic::ReceivedIntroJson);
 
 		introCheckThread.reset(wnit);
 		introCheckThread->start();
@@ -2060,7 +2060,7 @@ void OBSBasic::ReceivedIntroJson(const QString &text)
 		new WhatsNewBrowserInitThread(QT_UTF8(info_url.c_str()));
 
 	connect(wnbit, &WhatsNewBrowserInitThread::Result, this,
-			&OBSBasic::ShowWhatsNew);
+		&OBSBasic::ShowWhatsNew);
 
 	whatsNewInitThread.reset(wnbit);
 	whatsNewInitThread->start();