mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
user agent switch allows downloads
This commit is contained in:
parent
5c027705ba
commit
77f93ae84b
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ Item {
|
|||
|
||||
function loadTabletWebBase() {
|
||||
loader.source = "";
|
||||
loader.source = "../../controls/TabletWebView.qml";
|
||||
loader.source = "./BlocksWebView.qml";
|
||||
}
|
||||
|
||||
function returnToPreviousApp() {
|
||||
|
|
|
@ -44,7 +44,7 @@ Windows.ScrollingWindow {
|
|||
|
||||
function loadTabletWebBase() {
|
||||
loader.source = "";
|
||||
loader.source = "../../controls/TabletWebView.qml";
|
||||
loader.source = "./BlocksWebView.qml";
|
||||
}
|
||||
|
||||
function loadWebUrl(url, injectedJavaScriptUrl) {
|
||||
|
|
Loading…
Reference in a new issue