Remove usage of Qt.platform.os

This commit is contained in:
Luis Ángel San Martín
2023-05-24 20:57:45 +02:00
parent 78800010f6
commit 85b1c42380
3 changed files with 6 additions and 2 deletions

View File

@ -432,7 +432,7 @@ SplitView {
height: showCurrentComic ? 270 : 20
Rectangle {
color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000"
color: currentComicBackgroundColor
id: currentComicVisualView

View File

@ -435,7 +435,7 @@ SplitView {
height: showCurrentComic ? 270 : 20
Rectangle {
color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000"
color: currentComicBackgroundColor
id: currentComicVisualView