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 91fe93b commit 39cf7ddCopy full SHA for 39cf7dd
osx/src/main/java/ch/cyberduck/ui/cocoa/controller/TransferController.java
@@ -416,7 +416,7 @@ private void updateLabels() {
416
final Transfer transfer = transferTableModel.getSource().get(transferTable.selectedRow().intValue());
417
// Draw text fields at the bottom
418
final String remote = transfer.getRemote().getUrl();
419
- urlField.setAttributedStringValue(HyperlinkAttributedStringFactory.create(remote));
+ urlField.setStringValue(remote);
420
final String local = transfer.getLocal();
421
if(local != null) {
422
localField.setAttributedStringValue(
0 commit comments