delete EditTextOnly state

reason: just use Edit state with user warning that you will accept only text
This commit is contained in:
Akulij 2025-05-02 13:31:57 +03:00
parent 8326e819c7
commit e1eb94a030

View File

@ -71,10 +71,6 @@ pub enum State {
lang: String, lang: String,
is_caption_set: bool, is_caption_set: bool,
}, },
EditTextOnly {
literal: String,
lang: String,
},
EditButton, EditButton,
} }