mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Add admin setting for the contacts suggestions limit
Improves visual info for #849
This commit is contained in:
parent
c5c180cb2e
commit
80eea23b10
32 changed files with 39 additions and 3 deletions
|
|
@ -31,6 +31,8 @@ export class AdminSettingsContacts extends AbstractViewSettings {
|
|||
testContactsErrorMessage: ''
|
||||
});
|
||||
|
||||
this.addSetting('ContactsSuggestionsLimit');
|
||||
|
||||
const supportedTypes = SettingsGet('supportedPdoDrivers') || [],
|
||||
types = [{
|
||||
id:'sqlite',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue