瀏覽代碼

Use disabled state for low power mode

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta 2 年之前
父節點
當前提交
fb9311a224
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {
         if ProcessInfo.processInfo.isLowPowerModeEnabled {
-            return "<span class=\"red dot\"></span>"
+            return "<span class=\"disabled dot\"></span>"
                 .appending(title)
                 .appending(title)
                 .appending(String.localized("connectivity_low_battery_mode"))
                 .appending(String.localized("connectivity_low_battery_mode"))
         }
         }