mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
add top-level transport UI to launcher
This commit is contained in:
parent
a4a2f645b1
commit
4c9eed6fce
3 changed files with 126 additions and 65 deletions
|
|
@ -19,7 +19,5 @@ fn main () -> Result<(), Box<dyn Error>> {
|
|||
let _cli = cli::Cli::parse();
|
||||
let xdg = microxdg::XdgApp::new("dawdle")?;
|
||||
crate::config::create_dirs(&xdg)?;
|
||||
let transport = crate::device::Transport::new("Transport")?;
|
||||
let timebase = transport.state.lock().unwrap().timebase();
|
||||
run(Launcher::new("Launcher#0", &timebase)?)
|
||||
run(Launcher::new("Launcher#0")?)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue