Added linux build and some UI minor fixes
This commit is contained in:
@@ -12,6 +12,8 @@ ApplicationWindow {
|
||||
width: 1280
|
||||
height: 1024
|
||||
visible: true
|
||||
visibility: Qt.platform.os === "linux" ? "FullScreen" : "Windowed"
|
||||
flags: Qt.platform.os === "linux" ? Qt.FramelessWindowHint | Qt.Window : Qt.Window
|
||||
title: qsTr("Stand Battery View")
|
||||
color: Palette.backgroundColor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user