mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
macOS: Add an option to control the max length of the window title displayed in the global menubar
Fixes #2132
This commit is contained in:
@@ -80,6 +80,7 @@ typedef struct {
|
||||
struct {
|
||||
double outer, inner;
|
||||
} tab_bar_margin_height;
|
||||
long macos_menubar_title_max_length;
|
||||
} Options;
|
||||
|
||||
typedef struct WindowLogoRenderData {
|
||||
|
||||
Reference in New Issue
Block a user