mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Remove check based on the os instead of theme.
This commit is contained in:
parent
78c1b56083
commit
7ce05f71c2
@ -124,7 +124,7 @@ Rectangle {
|
|||||||
samples: 17
|
samples: 17
|
||||||
color: "#BB000000"
|
color: "#BB000000"
|
||||||
source: coverElement
|
source: coverElement
|
||||||
visible: (Qt.platform.os === "osx") ? false : true;
|
visible: useDropShadows;
|
||||||
}
|
}
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
@ -283,6 +283,8 @@ public:
|
|||||||
|
|
||||||
ctxt->setContextProperty("readTickUncheckedColor", infoViewReadTickUncheckedColor);
|
ctxt->setContextProperty("readTickUncheckedColor", infoViewReadTickUncheckedColor);
|
||||||
ctxt->setContextProperty("readTickCheckedColor", infoViewReadTickCheckedColor);
|
ctxt->setContextProperty("readTickCheckedColor", infoViewReadTickCheckedColor);
|
||||||
|
|
||||||
|
ctxt->setContextProperty("useDropShadows",useDropShadows);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isMacosNative;
|
bool isMacosNative;
|
||||||
|
Loading…
Reference in New Issue
Block a user