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 2b36ac5 commit d97b6d2Copy full SHA for d97b6d2
osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BrowserController.java
@@ -642,7 +642,6 @@ public void setWindow(NSWindow window) {
642
if(window.respondsToSelector(Foundation.selector("setSubtitle:"))) {
643
window.setSubtitle(StringUtils.EMPTY);
644
}
645
- window.setTitle(preferences.getProperty("application.name"));
646
window.setMiniwindowImage(IconCacheFactory.<NSImage>get().iconNamed("cyberduck-document.icns"));
647
window.setMovableByWindowBackground(true);
648
window.setCollectionBehavior(window.collectionBehavior() | NSWindow.NSWindowCollectionBehavior.NSWindowCollectionBehaviorFullScreenPrimary);
0 commit comments