fix(@desktop/browser): Fix for custom homepage not launched in dapp browser

fixes #4036
This commit is contained in:
Khushboo Mehta 2021-11-09 10:12:51 +01:00 committed by Iuri Matias
parent d7a1ce37ae
commit 1f636e1198
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ QQC1.TabView {
tab.item.profile = profile;
if (localAccountSensitiveSettings.browserHomepage !== "") {
tab.item.url = localAccountSensitiveSettings.browserHomepage
tab.item.url = determineRealURL(localAccountSensitiveSettings.browserHomepage)
}
return tab;
}