aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Devices/DeviceRow.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/iosApp/Devices/DeviceRow.swift')
-rw-r--r--iosApp/iosApp/Devices/DeviceRow.swift9
1 files changed, 8 insertions, 1 deletions
diff --git a/iosApp/iosApp/Devices/DeviceRow.swift b/iosApp/iosApp/Devices/DeviceRow.swift
index ee3298d..8a826ca 100644
--- a/iosApp/iosApp/Devices/DeviceRow.swift
+++ b/iosApp/iosApp/Devices/DeviceRow.swift
@@ -64,7 +64,7 @@ struct DeviceRow: View {
.padding(2.0)
}
}
-
+
@ViewBuilder
func getSharedContent() -> some View {
VStack {
@@ -83,6 +83,13 @@ struct DeviceRow: View {
EmptyView()
}
+ /* MARK: - Ignition */
+ if (unit.getIgnition()) {
+ Image(systemName: "key.fill")
+ .foregroundColor(.systemYellow)
+ .imageScale(.small)
+ }
+
/* MARK: - Engine stop */
switch (unit.getEngineStop()) {
case .on: