mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Fixed TWK-482: Don't close after showing a jabber friend request.
This commit is contained in:
parent
0cea650181
commit
f774302623
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user