mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
load mode list
This commit is contained in:
parent
3c8616deba
commit
e9f912f4d9
5 changed files with 137 additions and 116 deletions
|
|
@ -41,6 +41,11 @@ impl App {
|
|||
Stack::south(|add: &mut dyn FnMut(&dyn Render<TuiOut>)|{
|
||||
add(&Tui::bold(true, "tek 0.3.0-rc0"));
|
||||
add(&"");
|
||||
for (name, _) in self.configs.profiles.read().unwrap().iter() {
|
||||
add(&"");
|
||||
add(&name);
|
||||
}
|
||||
add(&"");
|
||||
add(&"+ new session");
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue