Skip to content

Commit

Permalink
Merge pull request #16373 from iterate-ch/bugfix/GH-16369
Browse files Browse the repository at this point in the history
Addendum for 6295e00.
  • Loading branch information
dkocher authored Sep 23, 2024
2 parents e634f17 + 87147af commit 940c4cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ protected virtual void Update()
View.HostFieldEnabled = _host.getProtocol().isHostnameConfigurable();
View.Nickname = BookmarkNameProvider.toString(_host);
View.DownloadFolder = new DownloadDirectoryFinder().find(_host).getAbsolute();
View.URL = new HostUrlProvider(true, true).get(_host);
View.URL = new HostUrlProvider(false, true).get(_host);
View.Port = _host.getPort().ToString();
View.PortFieldEnabled = _host.getProtocol().isPortConfigurable();
View.PathFieldEnabled = _host.getProtocol().isPathConfigurable();
Expand Down

0 comments on commit 940c4cd

Please sign in to comment.