mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Updated text
This commit is contained in:
@@ -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) ? " !!!" : "") +
|
||||
|
||||
Reference in New Issue
Block a user