Commit 60f6259
committed
Fix accent-sensitive toggle state desync on database open
EntrySearcher was always initialized with accentSensitive=true
(constructor default), ignoring the user's saved config. Due to a
signal/multiplexer race in the database open sequence, the config
value from the UI toggle never reached the new DatabaseWidget. Now
read the config directly at construction time.1 parent 8e84b86 commit 60f6259
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments