mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-19 19:49:07 +02:00
fix blocks app
This commit is contained in:
parent
5e9b63b352
commit
a111aa1724
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
import QtQuick 2.0
|
||||||
|
import QtWebEngine 1.5
|
||||||
|
import "../../controls" as Controls
|
||||||
|
|
||||||
|
Controls.TabletWebView {
|
||||||
|
profile: WebEngineProfile { httpUserAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36"}
|
||||||
|
}
|
|
@ -2,7 +2,6 @@ import QtQuick 2.0
|
||||||
import "../../controls" as Controls
|
import "../../controls" as Controls
|
||||||
|
|
||||||
Controls.TabletWebView {
|
Controls.TabletWebView {
|
||||||
profile: WebEngineProfile { httpUserAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36"}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue