mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Store the global font_size on the opts object where it belongs
This commit is contained in:
@@ -72,6 +72,7 @@ typedef struct {
|
||||
} url_prefixes;
|
||||
bool detect_urls;
|
||||
bool tab_bar_hidden;
|
||||
double font_size;
|
||||
} Options;
|
||||
|
||||
typedef struct {
|
||||
@@ -204,7 +205,6 @@ typedef struct {
|
||||
bool has_pending_resizes, has_pending_closes;
|
||||
bool in_sequence_mode;
|
||||
bool check_for_active_animated_images;
|
||||
double font_sz_in_pts;
|
||||
struct { double x, y; } default_dpi;
|
||||
id_type active_drag_in_window;
|
||||
int active_drag_button;
|
||||
|
||||
Reference in New Issue
Block a user