Remove usage of Qt.platform.os

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

View File

@ -137,7 +137,7 @@ SplitView {
rightMargin : commonBorder ? -commonBorderWidth : -rBorderwidth
}
border.color: (Qt.platform.os === "osx") ? selectedBorderColor : "#ffcc00"
border.color: selectedBorderColor
border.width: 3
opacity: (dummyValue || !dummyValue) && comicsSelectionHelper.isSelectedIndex(index) ? 1 : 0