mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Update dependencies
This commit is contained in:
parent
ba8bf15b4c
commit
08333610ce
8 changed files with 820 additions and 628 deletions
|
|
@ -191,7 +191,11 @@ class AbstractSettingsScreen extends AbstractScreen {
|
|||
}
|
||||
};
|
||||
|
||||
return [['{subname}/', rules], ['{subname}', rules], ['', rules]];
|
||||
return [
|
||||
['{subname}/', rules],
|
||||
['{subname}', rules],
|
||||
['', rules]
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue