Skip to content

Commit f495b76

Browse files
committed
fix(browser): remove comment
1 parent c886890 commit f495b76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/app/AppLayouts/Browser/panels/BrowserTabView.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ FocusScope {
117117
tabBar.addItem(newTabButton);
118118

119119
if (createAsStartPage && root.thirdpartyServicesEnabled) {
120-
// webview.url = "https://dap.ps" // TODO uncomment with https://github.com/status-im/status-desktop/issues/18545
121120
webview.url = Constants.browserDefaultHomepage
122121
} else if (url !== undefined) {
123122
webview.url = url;

0 commit comments

Comments
 (0)