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:
parent
1bb8ff97d4
commit
1f10444d5c
@ -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() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user