mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-31 16:09:27 +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);
|
||||
}
|
||||
|
||||
/// open gui from i2m core launch
|
||||
/// open gui from nevmes core launch
|
||||
fn start_gui() {
|
||||
let args = args::Args::parse();
|
||||
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_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,
|
||||
|
|
Loading…
Reference in a new issue