diff --git a/nevmes-core/src/utils.rs b/nevmes-core/src/utils.rs index 095b763..748ac5e 100644 --- a/nevmes-core/src/utils.rs +++ b/nevmes-core/src/utils.rs @@ -286,7 +286,7 @@ fn start_micro_servers() { debug!("{:?}", m_output.stdout); } -/// open gui from i2m core launch +/// open gui from nevmes core launch fn start_gui() { let args = args::Args::parse(); if args.gui { diff --git a/nevmes-gui/src/wrap_app.rs b/nevmes-gui/src/wrap_app.rs index a44e33f..ee9d8cc 100644 --- a/nevmes-gui/src/wrap_app.rs +++ b/nevmes-gui/src/wrap_app.rs @@ -71,7 +71,6 @@ impl Default for State { let (is_screen_locked_tx, is_screen_locked_rx) = std::sync::mpsc::channel(); let (is_cred_set_tx, is_cred_set_rx) = std::sync::mpsc::channel(); Self { - // clock: FractalClockApp, // TODO(c2m):: refactor to lock screen home: Default::default(), address_book: Default::default(), app_init_lock: true,