mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Remove usage of Qt.platform.os
This commit is contained in:
@ -76,7 +76,7 @@ SplitView {
|
||||
//samples: 17
|
||||
color: "#FF000000"
|
||||
source: realCell
|
||||
visible: (Qt.platform.os === "osx") ? false : true;
|
||||
visible: showDropShadow;
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
@ -472,7 +472,7 @@ SplitView {
|
||||
//samples: 17
|
||||
color: "#FF000000"
|
||||
source: currentCoverElement
|
||||
visible: (Qt.platform.os === "osx") ? false : true;
|
||||
visible: showDropShadow;
|
||||
}
|
||||
|
||||
ColumnLayout
|
||||
@ -686,7 +686,7 @@ SplitView {
|
||||
//samples: 17
|
||||
color: "#AA000000"
|
||||
source: readButton
|
||||
visible: ((Qt.platform.os === "osx") ? false : true) && !readButton.pressed
|
||||
visible: showDropShadow && !readButton.pressed
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user