1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Don't show in global menu in unity. Thanks davidsansome :)

This commit is contained in:
Leo Franchi 2011-11-11 14:27:28 -05:00
parent 1bb8ff97d4
commit 1f10444d5c

View File

@ -43,6 +43,8 @@ main( int argc, char *argv[] )
AEInstallEventHandler( 'GURL', 'GURL', h, 0, false );
#endif
setenv("QT_X11_NO_NATIVE_MENUBAR", "1", true);
TomahawkApp a( argc, argv );
new BreakPad( QDir::tempPath() );