Add todos
This commit is contained in:
parent
7e9e441c1e
commit
fb164eeaa9
2 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ enum Mode {
|
|||
Log,
|
||||
}
|
||||
|
||||
// TODO Add Error for anything that can go wrong while rendering
|
||||
|
||||
pub struct Ui {
|
||||
event_tx: UnboundedSender<UiEvent>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue