making web backgrounds match theme so there aren't any flashbangs.
This commit is contained in:
parent
6177219482
commit
a2ba6e70bd
2 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,7 @@ Item {
|
||||||
url: isHtml ? presentation.filePath : ""
|
url: isHtml ? presentation.filePath : ""
|
||||||
visible: isHtml
|
visible: isHtml
|
||||||
settings.playbackRequiresUserGesture: false
|
settings.playbackRequiresUserGesture: false
|
||||||
|
backgroundColor: Kirigami.Theme.backgroundColor
|
||||||
}
|
}
|
||||||
RowLayout {
|
RowLayout {
|
||||||
Layout.fillWidth: true;
|
Layout.fillWidth: true;
|
||||||
|
|
|
@ -208,6 +208,7 @@ Item {
|
||||||
visible: htmlVisible
|
visible: htmlVisible
|
||||||
enabled: htmlVisible
|
enabled: htmlVisible
|
||||||
zoomFactor: preview ? 0.25 : 1.0
|
zoomFactor: preview ? 0.25 : 1.0
|
||||||
|
backgroundColor: Kirigami.Theme.backgroundColor
|
||||||
onLoadingChanged: {
|
onLoadingChanged: {
|
||||||
if (loadRequest.status == 2)
|
if (loadRequest.status == 2)
|
||||||
showPassiveNotification("yahoo?");
|
showPassiveNotification("yahoo?");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue