mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: refactor pt.8, 512 errors lol
This commit is contained in:
parent
a1818a8504
commit
a784f7a6f2
19 changed files with 238 additions and 183 deletions
|
|
@ -2,7 +2,7 @@ include!("lib.rs");
|
|||
/// Application entrypoint.
|
||||
pub fn main () -> Usually<()> {
|
||||
Tui::run(JackClient::new("tek_transport")?.activate_with(|jack|{
|
||||
let mut transport = TransportToolbarView::new(jack, None);
|
||||
let mut transport = TransportView::new(jack, None);
|
||||
transport.focused = true;
|
||||
Ok(transport)
|
||||
})?)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue