mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-28 15:18:21 +00:00
Remove OSX hack that never worked anyway
This commit is contained in:
parent
01dbebdfc8
commit
c077c91e90
@ -97,7 +97,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
|||||||
setWindowTitle(QString("MultiMC %1").arg(MMC->version().toString()));
|
setWindowTitle(QString("MultiMC %1").arg(MMC->version().toString()));
|
||||||
|
|
||||||
// OSX magic.
|
// OSX magic.
|
||||||
setUnifiedTitleAndToolBarOnMac(true);
|
// setUnifiedTitleAndToolBarOnMac(true);
|
||||||
|
|
||||||
// The instance action toolbar customizations
|
// The instance action toolbar customizations
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user