mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-14 09:44:51 +01:00
Remove duplicate line
This commit is contained in:
parent
171db01401
commit
d2aa4ff2bd
@ -282,11 +282,7 @@ int main(int argc, char* argv[]) {
|
||||
QNetworkProxyFactory::setApplicationProxyFactory(NetworkProxyFactory::Instance());
|
||||
|
||||
// Create the tray icon and OSD
|
||||
#ifdef Q_OS_MACOS
|
||||
std::shared_ptr<SystemTrayIcon> tray_icon(new SystemTrayIcon);
|
||||
#else
|
||||
std::shared_ptr<SystemTrayIcon> tray_icon(new SystemTrayIcon);
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_MACOS)
|
||||
OSDMac osd(tray_icon, &app);
|
||||
|
Loading…
Reference in New Issue
Block a user