File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
osx/src/main/java/ch/cyberduck/ui/cocoa/controller Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -340,17 +340,17 @@ public void setIconImageView(final NSImageView iconImageView) {
340340 if (!Factory .Platform .osversion .matches ("(10)\\ ..*" )) {
341341 switch (transfer .getType ()) {
342342 case download :
343- this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("square.and.arrow.down.fill " , 64 ));
343+ this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("square.and.arrow.down" , 64 ));
344344 break ;
345345 case upload :
346- this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("square.and.arrow.up.fill " , 64 ));
346+ this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("square.and.arrow.up" , 64 ));
347347 break ;
348348 case sync :
349- this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("arrow.up.and.down.square.fill " , 64 ));
349+ this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("arrow.up.and.down.square" , 64 ));
350350 break ;
351351 case copy :
352352 case move :
353- this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("arrow.left.and.right.square.fill " , 64 ));
353+ this .iconImageView .setImage (IconCacheFactory .<NSImage >get ().iconNamed ("arrow.left.and.right.square" , 64 ));
354354 break ;
355355 }
356356 }
You can’t perform that action at this time.
0 commit comments