Przeglądaj źródła

Use disabled state for low power mode

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta 2 lat temu
rodzic
commit
fb9311a224

+ 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"))
         }