1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 23:52:06 +00:00

Hide by default menubar on linux.

This commit is contained in:
Filippo Scognamiglio
2018-11-23 22:00:28 +01:00
parent a2455daa6c
commit dead1197bd
3 changed files with 8 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ QtObject{
property int height: 768
property bool fullscreen: false
property bool showMenubar: true
property bool showMenubar: Qt.platform.os === "osx" ? true : false
property string wintitle: "cool-retro-term"