Explorar o código

Use disabled state for low power mode

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta %!s(int64=2) %!d(string=hai) anos
pai
achega
fb9311a224
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/Controller/ConnectivityViewController.swift

+ 1 - 1
deltachat-ios/Controller/ConnectivityViewController.swift

@@ -121,7 +121,7 @@ class ConnectivityViewController: WebViewViewController {
         }
 
         if ProcessInfo.processInfo.isLowPowerModeEnabled {
-            return "<span class=\"red dot\"></span>"
+            return "<span class=\"disabled dot\"></span>"
                 .appending(title)
                 .appending(String.localized("connectivity_low_battery_mode"))
         }