mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Panel kitten: Add option to hide panel on focus loss
This commit is contained in:
@@ -313,8 +313,7 @@ typedef struct {
|
||||
uint64_t render_calls;
|
||||
id_type last_focused_counter;
|
||||
CloseRequest close_request;
|
||||
bool is_layer_shell;
|
||||
bool hide_on_focus_lost;
|
||||
bool is_layer_shell, hide_on_focus_loss;
|
||||
} OSWindow;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user