Skip to content

Commit 8e22e20

Browse files
committed
Do not set application name in window title.
1 parent 875e54c commit 8e22e20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BrowserController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ public void setWindow(NSWindow window) {
642642
if(window.respondsToSelector(Foundation.selector("setSubtitle:"))) {
643643
window.setSubtitle(StringUtils.EMPTY);
644644
}
645-
window.setTitle(preferences.getProperty("application.name"));
646645
window.setMiniwindowImage(IconCacheFactory.<NSImage>get().iconNamed("cyberduck-document.icns"));
647646
window.setMovableByWindowBackground(true);
648647
window.setCollectionBehavior(window.collectionBehavior() | NSWindow.NSWindowCollectionBehavior.NSWindowCollectionBehaviorFullScreenPrimary);

0 commit comments

Comments
 (0)