refactor: move some things with their appropriate verticals

This commit is contained in:
i do not exist 2026-07-02 07:55:23 +03:00
parent 3b1c31c78d
commit 51faa82d74
9 changed files with 197 additions and 218 deletions

View file

@ -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");