We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c886890 commit f495b76Copy full SHA for f495b76
ui/app/AppLayouts/Browser/panels/BrowserTabView.qml
@@ -117,7 +117,6 @@ FocusScope {
117
tabBar.addItem(newTabButton);
118
119
if (createAsStartPage && root.thirdpartyServicesEnabled) {
120
- // webview.url = "https://dap.ps" // TODO uncomment with https://github.com/status-im/status-desktop/issues/18545
121
webview.url = Constants.browserDefaultHomepage
122
} else if (url !== undefined) {
123
webview.url = url;
0 commit comments