提交 a5b4330e 编写于 作者: J jp9000

UI: Don't log version in OBSBasic::UpdateTitleBar

上级 a903ae31
......@@ -152,6 +152,11 @@ OBSBasic::OBSBasic(QWidget *parent)
installEventFilter(CreateShortcutFilter());
stringstream name;
name << "OBS " << App()->GetVersionString();
blog(LOG_INFO, "%s", name.str().c_str());
blog(LOG_INFO, "---------------------------------");
UpdateTitleBar();
connect(ui->scenes->itemDelegate(),
......@@ -3511,7 +3516,6 @@ void OBSBasic::UpdateTitleBar()
name << " - " << Str("TitleBar.Profile") << ": " << profile;
name << " - " << Str("TitleBar.Scenes") << ": " << sceneCollection;
blog(LOG_INFO, "%s", name.str().c_str());
setWindowTitle(QT_UTF8(name.str().c_str()));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册