mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
UI: Don't log version in OBSBasic::UpdateTitleBar
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user