feat: added a new additional information option to the battery widget - Percentage inside the icon (#1034)

This commit is contained in:
Serhiy Mytrovtsiy
2022-08-23 11:27:43 +02:00
parent ad078dee4a
commit 2871e98fda
2 changed files with 29 additions and 2 deletions

View File

@@ -81,6 +81,8 @@ public let SpeedPictogram: [KeyValue_t] = [
public let BatteryAdditionals: [KeyValue_t] = [
KeyValue_t(key: "none", value: "None"),
KeyValue_t(key: "separator", value: "separator"),
KeyValue_t(key: "innerPercentage", value: "Percentage inside the icon"),
KeyValue_t(key: "separator", value: "separator"),
KeyValue_t(key: "percentage", value: "Percentage"),
KeyValue_t(key: "time", value: "Time"),
KeyValue_t(key: "percentageAndTime", value: "Percentage and time"),