Skip to content

Commit

Permalink
Qt: Enable unifiedTitleAndToolBarOnMac in main window
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Nov 21, 2023
1 parent a80ffc9 commit 9d06fde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/duckstation-qt/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
</property>
<property name="unifiedTitleAndToolBarOnMac">
<bool>true</bool>
</property>
<widget class="QStackedWidget" name="mainContainer"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
Expand Down

0 comments on commit 9d06fde

Please sign in to comment.