Browse Source

Use disabled state for low power mode

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta 2 năm trước cách đây
mục cha
commit
fb9311a224
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"))
         }