Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Collins
67b851f4de
Merge 20a248e36b into c6982c9737 2024-05-24 22:54:53 +00:00
ac
20a248e36b Set default of focused in the application store to true. 2024-05-25 08:54:00 +10:00

View File

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