diff --git a/Commons/Settings.qml b/Commons/Settings.qml index d549f470..fe74275d 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -522,11 +522,6 @@ Singleton { property string wallpaperChange: "" property string darkModeChange: "" } - - // battery - property JsonObject battery: JsonObject { - property int chargingMode: 0 - } } // -----------------------------------------------------