mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
[Qt]: Enable Qt on Mac OSX.
* Enables Qt on OSX * Makes it look pretty
This commit is contained in:
@ -23,6 +23,7 @@ MainWindow::MainWindow() : QMainWindow(nullptr)
|
||||
{
|
||||
setWindowTitle(tr("Dolphin"));
|
||||
setWindowIcon(QIcon(Resources::GetMisc(Resources::LOGO_SMALL)));
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
|
||||
CreateComponents();
|
||||
|
||||
|
Reference in New Issue
Block a user