Support invisibles in the selection

This commit is contained in:
Kirill Bulatov 2023-05-05 00:36:31 +03:00
parent 1eeeec157e
commit 4aaf44df94
3 changed files with 38 additions and 22 deletions

View file

@ -451,6 +451,7 @@ pub struct FeaturesContent {
#[serde(rename_all = "snake_case")]
pub enum ShowInvisibles {
#[default]
Selection,
None,
All,
}