mirror of
https://github.com/creating2morrow/neveko.git
synced 2025-01-03 17:39:55 +00:00
cleanup old comments
This commit is contained in:
parent
ea6b8e9154
commit
34d1600dbc
2 changed files with 1 additions and 2 deletions
|
@ -286,7 +286,7 @@ fn start_micro_servers() {
|
||||||
debug!("{:?}", m_output.stdout);
|
debug!("{:?}", m_output.stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// open gui from i2m core launch
|
/// open gui from nevmes core launch
|
||||||
fn start_gui() {
|
fn start_gui() {
|
||||||
let args = args::Args::parse();
|
let args = args::Args::parse();
|
||||||
if args.gui {
|
if args.gui {
|
||||||
|
|
|
@ -71,7 +71,6 @@ impl Default for State {
|
||||||
let (is_screen_locked_tx, is_screen_locked_rx) = std::sync::mpsc::channel();
|
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();
|
let (is_cred_set_tx, is_cred_set_rx) = std::sync::mpsc::channel();
|
||||||
Self {
|
Self {
|
||||||
// clock: FractalClockApp, // TODO(c2m):: refactor to lock screen
|
|
||||||
home: Default::default(),
|
home: Default::default(),
|
||||||
address_book: Default::default(),
|
address_book: Default::default(),
|
||||||
app_init_lock: true,
|
app_init_lock: true,
|
||||||
|
|
Loading…
Reference in a new issue