mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Tray icon: remove debug message
This commit is contained in:
parent
2c581e9998
commit
0f4f029a76
@ -388,11 +388,7 @@ const char* Utils::OBSVersionString() {
|
||||
QSystemTrayIcon* Utils::GetTrayIcon()
|
||||
{
|
||||
QMainWindow* main = (QMainWindow*)obs_frontend_get_main_window();
|
||||
|
||||
QSystemTrayIcon* trayIcon = main->findChildren<QSystemTrayIcon*>().first();
|
||||
blog(LOG_INFO, "tray icon : %s", trayIcon);
|
||||
|
||||
return trayIcon;
|
||||
return main->findChildren<QSystemTrayIcon*>().first();
|
||||
}
|
||||
|
||||
void Utils::SysTrayNotify(QString &text, QSystemTrayIcon::MessageIcon icon, QString title)
|
||||
|
Loading…
x
Reference in New Issue
Block a user