mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
v2.4.3
This commit is contained in:
parent
1129db3f04
commit
ba982edce7
5 changed files with 53 additions and 49 deletions
|
|
@ -53,7 +53,11 @@ export class GeneralAdminSettings {
|
|||
|
||||
this.weakPassword = rl.app.weakPassword;
|
||||
|
||||
// fetch('./data/VERSION?' + Math.random()).then(response => this.dataFolderAccess(response.ok));
|
||||
/** https://github.com/RainLoop/rainloop-webmail/issues/1924
|
||||
if (this.weakPassword) {
|
||||
fetch('./data/VERSION?' + Math.random()).then(response => this.dataFolderAccess(response.ok));
|
||||
}
|
||||
*/
|
||||
|
||||
this.mainAttachmentLimit = ko
|
||||
.observable(pInt(SettingsGet('AttachmentLimit')) / (1024 * 1024))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue