mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-07-17 15:56:57 +02:00
refactor: move some things with their appropriate verticals
This commit is contained in:
parent
3b1c31c78d
commit
51faa82d74
9 changed files with 197 additions and 218 deletions
|
|
@ -109,7 +109,7 @@ impl Action {
|
|||
//return Ok(())
|
||||
//}
|
||||
// Initialize the app state
|
||||
let app = App::new_shared(&jack, proj, config, ":menu");
|
||||
let app = Arc::new(RwLock::new(App::new(&jack, proj, config, ":menu")));
|
||||
//if matches!(self, Action::Headless) {
|
||||
//// TODO: Headless mode (daemon + client over IPC, then over network...)
|
||||
//println!("todo headless");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue