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:
@ -432,7 +432,7 @@ SplitView {
|
||||
height: showCurrentComic ? 270 : 20
|
||||
|
||||
Rectangle {
|
||||
color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000"
|
||||
color: currentComicBackgroundColor
|
||||
|
||||
id: currentComicVisualView
|
||||
|
||||
|
@ -435,7 +435,7 @@ SplitView {
|
||||
height: showCurrentComic ? 270 : 20
|
||||
|
||||
Rectangle {
|
||||
color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000"
|
||||
color: currentComicBackgroundColor
|
||||
|
||||
id: currentComicVisualView
|
||||
|
||||
|
Reference in New Issue
Block a user