mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-19 19:55:16 -04:00
UI: Fix improper brace placement for function
This commit is contained in:
@@ -4580,7 +4580,8 @@ void OBSBasic::SetShowing(bool showing)
|
||||
}
|
||||
}
|
||||
|
||||
void OBSBasic::SystemTrayInit() {
|
||||
void OBSBasic::SystemTrayInit()
|
||||
{
|
||||
trayIcon = new QSystemTrayIcon(QIcon(":/res/images/obs.png"),
|
||||
this);
|
||||
trayIcon->setToolTip("OBS Studio");
|
||||
|
||||
Reference in New Issue
Block a user