mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +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_mainwindow = 0;
|
||||||
m_headless = arguments().contains( "--headless" );
|
m_headless = arguments().contains( "--headless" );
|
||||||
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
||||||
|
setQuitOnLastWindowClosed( false );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
registerMetaTypes();
|
registerMetaTypes();
|
||||||
@@ -193,8 +194,6 @@ TomahawkApp::init()
|
|||||||
|
|
||||||
Tomahawk::setApplicationHandler( this );
|
Tomahawk::setApplicationHandler( this );
|
||||||
increaseMaxFileDescriptors();
|
increaseMaxFileDescriptors();
|
||||||
|
|
||||||
setQuitOnLastWindowClosed( false );
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Connect up shortcuts
|
// Connect up shortcuts
|
||||||
|
Reference in New Issue
Block a user