Add new System variant to Action
This commit is contained in:
parent
6e93713197
commit
fed8da1c90
5 changed files with 14 additions and 0 deletions
|
|
@ -573,6 +573,7 @@ pub fn run_command<Message: 'static + std::fmt::Debug + Send, E: Executor>(
|
|||
});
|
||||
}
|
||||
},
|
||||
command::Action::System(_action) => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue