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 5d882b9 commit 5af7f45Copy full SHA for 5af7f45
osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BrowserController.java
@@ -3599,8 +3599,18 @@ public NSImage image() {
3599
}
3600
},
3601
bookmarks,
3602
- history,
3603
- rendezvous;
+ history {
+ @Override
3604
+ public NSImage image() {
3605
+ return IconCacheFactory.<NSImage>get().iconNamed("history", 16);
3606
+ }
3607
+ },
3608
+ rendezvous {
3609
3610
3611
+ return IconCacheFactory.<NSImage>get().iconNamed("bonjour", 16);
3612
3613
+ };
3614
3615
public static BookmarkSwitchSegement byPosition(final int position) {
3616
return BookmarkSwitchSegement.values()[position];
0 commit comments