fix: disable quick activate in themes palette
This commit is contained in:
parent
53391aa7b5
commit
99e32520ad
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ pub fn load_entries(palette: *Type) !usize {
|
|||
};
|
||||
longest_hint = @max(longest_hint, theme.name.len);
|
||||
}
|
||||
palette.quick_activate_enabled = false;
|
||||
return longest_hint;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue