From 20a248e36b6d9c3c673c2c0ad1e923fd996c16b5 Mon Sep 17 00:00:00 2001 From: ac Date: Sat, 25 May 2024 08:54:00 +1000 Subject: [PATCH] Set default of `focused` in the application store to `true`. --- src/base.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.rs b/src/base.rs index 670e4b4..e08881e 100644 --- a/src/base.rs +++ b/src/base.rs @@ -1344,7 +1344,7 @@ impl ChatStore { sync_info: Default::default(), draw_curr: None, ring_bell: false, - focused: false, + focused: true, } }