mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Updated text
This commit is contained in:
parent
a8e43b16e2
commit
a9bfca7cb9
1 changed files with 1 additions and 1 deletions
|
@ -2230,7 +2230,7 @@ public class Log {
|
|||
size += write(os, "enabled=" + enabled + (enabled ? "" : " !!!") +
|
||||
" interval=" + pollInterval + "\r\n" +
|
||||
"metered=" + metered + (metered ? "" : " !!!") +
|
||||
" restricted=" + ds + ("enabled".equals(ds) ? " !!!" : "") +
|
||||
" saving=" + ds + ("enabled".equals(ds) ? " !!!" : "") +
|
||||
" vpn=" + vpn + (vpn ? " !!!" : "") +
|
||||
" ng=" + ng + " tc=" + tc + "\r\n" +
|
||||
"optimizing=" + (ignoring == null ? null : !ignoring) + (Boolean.FALSE.equals(ignoring) ? " !!!" : "") +
|
||||
|
|
Loading…
Reference in a new issue