Richard Stanway 5 лет назад
Родитель
Сommit
e8c3ad1482
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      UI/window-basic-main.cpp

+ 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();