rename: tek, Tek -> app, App
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-09 17:28:09 +03:00
parent cc88743054
commit 87cd6099ad
11 changed files with 139 additions and 139 deletions

View file

@ -141,7 +141,7 @@ impl Selection {
}
}
impl HasSelection for Tek {
impl HasSelection for App {
fn selected (&self) -> &Selection { &self.selected }
fn selected_mut (&mut self) -> &mut Selection { &mut self.selected }
}