aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Devices/DeviceRow.swift
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-02-17 20:23:43 -0600
committerIván Ávalos <avalos@disroot.org>2022-02-17 20:23:43 -0600
commit51d6a29e387dbb3e657ba681be42b9c443522bea (patch)
tree2386bd7d5640c80a79c69b5bbbeba3bd65543c3e /iosApp/iosApp/Devices/DeviceRow.swift
parent91681e8dd5875ac1cfa2844f7a25df081a4b255d (diff)
parente7c2291795f54d6080895d939c7a1feeeeac5dc2 (diff)
downloadetbsa-trackermap-mobile-51d6a29e387dbb3e657ba681be42b9c443522bea.tar.gz
etbsa-trackermap-mobile-51d6a29e387dbb3e657ba681be42b9c443522bea.tar.bz2
etbsa-trackermap-mobile-51d6a29e387dbb3e657ba681be42b9c443522bea.zip
Merge branch 'ios_app' of https://git.sr.ht/~avalos/trackermap-mobile into ios_app
Diffstat (limited to 'iosApp/iosApp/Devices/DeviceRow.swift')
-rw-r--r--iosApp/iosApp/Devices/DeviceRow.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iosApp/iosApp/Devices/DeviceRow.swift b/iosApp/iosApp/Devices/DeviceRow.swift
index 42ef0dc..31ffbc0 100644
--- a/iosApp/iosApp/Devices/DeviceRow.swift
+++ b/iosApp/iosApp/Devices/DeviceRow.swift
@@ -38,6 +38,7 @@ struct DeviceRow: View {
/* MARK: - Device icon */
let category = Marker.companion.categoryToMarkerType(category: unit.device.category)
Image(MarkerTransformations.markerTypeToImageName(markerType: category))
+ .imageScale(.large)
.padding(5.0)
getSharedContent()