macOS: Add an option macos_show_window_title_in_menubar to not show the current window title in the menu-bar

Fixes #1066
This commit is contained in:
Kovid Goyal
2019-01-30 13:29:55 +05:30
parent 8952afd6cc
commit 6a9a7dee55
5 changed files with 10 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ Changelog
- macOS: Fix :kbd:`cmd+period` key not working (:iss:`1318`)
- macOS: Add an option :opt:`macos_show_window_title_in_menubar` to not
show the current window title in the menu-bar (:iss:`1066`)
- Fix using remote control to set cursor text color causing errors when
creating new windows (:iss:`1326`)