mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
remove LayoutSplit; merge split and bsp modules
This commit is contained in:
parent
0c9c386a79
commit
35a88cb70f
8 changed files with 117 additions and 154 deletions
|
|
@ -2,7 +2,7 @@ include!("./lib.rs");
|
|||
|
||||
/// Application entrypoint.
|
||||
pub fn main () -> Usually<()> {
|
||||
let name = self.name.as_deref().unwrap_or("tek_transport");
|
||||
let name = "tek_transport";
|
||||
Tui::run(JackConnection::new(name)?.activate_with(|jack|{
|
||||
TransportTui::try_from(jack)
|
||||
})?)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue