mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Fixed TWK-482: Don't close after showing a jabber friend request.
This commit is contained in:
@@ -141,6 +141,7 @@ TomahawkApp::init()
|
||||
m_mainwindow = 0;
|
||||
m_headless = arguments().contains( "--headless" );
|
||||
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
||||
setQuitOnLastWindowClosed( false );
|
||||
#endif
|
||||
|
||||
registerMetaTypes();
|
||||
@@ -193,8 +194,6 @@ TomahawkApp::init()
|
||||
|
||||
Tomahawk::setApplicationHandler( this );
|
||||
increaseMaxFileDescriptors();
|
||||
|
||||
setQuitOnLastWindowClosed( false );
|
||||
#endif
|
||||
|
||||
// Connect up shortcuts
|
||||
|
Reference in New Issue
Block a user