mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Don't show in global menu in unity. Thanks davidsansome :)
This commit is contained in:
@@ -43,6 +43,8 @@ main( int argc, char *argv[] )
|
|||||||
AEInstallEventHandler( 'GURL', 'GURL', h, 0, false );
|
AEInstallEventHandler( 'GURL', 'GURL', h, 0, false );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
setenv("QT_X11_NO_NATIVE_MENUBAR", "1", true);
|
||||||
|
|
||||||
TomahawkApp a( argc, argv );
|
TomahawkApp a( argc, argv );
|
||||||
new BreakPad( QDir::tempPath() );
|
new BreakPad( QDir::tempPath() );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user