mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Remove usage of Qt.platform.os
This commit is contained in:
@ -126,7 +126,7 @@ Rectangle {
|
||||
samples: 17
|
||||
color: "#BB000000"
|
||||
source: coverElement
|
||||
visible: (Qt.platform.os === "osx") ? false : true;
|
||||
visible: showDropShadow;
|
||||
}
|
||||
|
||||
Image {
|
||||
|
Reference in New Issue
Block a user