Set default of focused in the application store to true.

This commit is contained in:
ac 2024-05-25 08:54:00 +10:00
parent b56f905714
commit 20a248e36b

View File

@ -1344,7 +1344,7 @@ impl ChatStore {
sync_info: Default::default(),
draw_curr: None,
ring_bell: false,
focused: false,
focused: true,
}
}