mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Call the mainmenu something else on Mac
This commit is contained in:
@@ -180,6 +180,8 @@ TomahawkWindow::applyPlatformTweaks()
|
|||||||
setUnifiedTitleAndToolBarOnMac( true );
|
setUnifiedTitleAndToolBarOnMac( true );
|
||||||
delete ui->hline1;
|
delete ui->hline1;
|
||||||
delete ui->hline2;
|
delete ui->hline2;
|
||||||
|
/// Mac users allready have Tomahawk appmenu, change the name
|
||||||
|
ui->menuApp->setTitle( "&Music Player" );
|
||||||
#else
|
#else
|
||||||
ui->hline1->setStyleSheet( "border: 1px solid gray;" );
|
ui->hline1->setStyleSheet( "border: 1px solid gray;" );
|
||||||
ui->hline2->setStyleSheet( "border: 1px solid gray;" );
|
ui->hline2->setStyleSheet( "border: 1px solid gray;" );
|
||||||
|
Reference in New Issue
Block a user