mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Merge branch 'microoptimization' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
ad92541ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ PYWRAP1(set_options) {
|
|||
S(macos_hide_from_tasks, PyObject_IsTrue);
|
||||
S(macos_thicken_font, PyFloat_AsDouble);
|
||||
|
||||
GA(tab_bar_style); if (!ret) return NULL;
|
||||
GA(tab_bar_style);
|
||||
global_state.tab_bar_hidden = PyUnicode_CompareWithASCIIString(ret, "hidden") == 0 ? true: false;
|
||||
Py_CLEAR(ret);
|
||||
if (PyErr_Occurred()) return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue