mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 10:44:23 +00:00
fix(@desktop/browser): Fix for custom homepage not launched in dapp browser
fixes #4036
This commit is contained in:
parent
d7a1ce37ae
commit
1f636e1198
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user