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:
Kovid Goyal
2022-02-07 21:57:36 +05:30
parent ac16880eec
commit e9ea7b13b6
7 changed files with 42 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ typedef struct {
struct {
double outer, inner;
} tab_bar_margin_height;
long macos_menubar_title_max_length;
} Options;
typedef struct WindowLogoRenderData {