mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
starting to look good... wait what
This commit is contained in:
parent
9aeb792f7d
commit
fca1e85611
6 changed files with 38 additions and 23 deletions
|
|
@ -195,6 +195,9 @@ impl App {
|
|||
fn focus_editor (&self) -> bool {
|
||||
self.is_editing()
|
||||
}
|
||||
fn is_editing (&self) -> bool {
|
||||
HasEditor::is_editing(self)
|
||||
}
|
||||
fn focus_message (&self) -> bool {
|
||||
matches!(self.dialog, Some(Dialog::Message(..)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue