Enhancement: allow disabling auto-suggestions for inbox documents

This commit is contained in:
shamoon
2026-09-02 13:48:30 -07:00
parent 1ba1f2b9c2
commit f92c861e2d
8 changed files with 64 additions and 2 deletions
@@ -267,7 +267,7 @@ describe('SettingsComponent', () => {
expect(toastErrorSpy).toHaveBeenCalled()
expect(storeSpy).toHaveBeenCalled()
expect(appearanceSettingsSpy).not.toHaveBeenCalled()
expect(setSpy).toHaveBeenCalledTimes(32)
expect(setSpy).toHaveBeenCalledTimes(33)
// succeed
storeSpy.mockReturnValueOnce(of(true))