Make main screen visible by default
This commit is contained in:
parent
8bdd626909
commit
3ad05182e3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ impl Ui {
|
|||
let mut ui = Self {
|
||||
event_tx: event_tx.clone(),
|
||||
vault,
|
||||
visible: Visible::Log,
|
||||
visible: Visible::Main,
|
||||
room,
|
||||
chat,
|
||||
log_chat: Chat::new(logger),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue