From d5e0ee776b1966323f0cfa74fb1476fc98302ef5 Mon Sep 17 00:00:00 2001 From: Jake-B Date: Sat, 21 Dec 2024 21:21:42 -0500 Subject: [PATCH] Changed button icon to `tablecells` --- Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift b/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift index 205fe9d9..b7d5449c 100644 --- a/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift +++ b/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift @@ -109,7 +109,7 @@ struct EnvironmentMetricsLog: View { Button { self.isEditingColumnConfiguration = true } label: { - Label("Config", systemImage: "gearshape") + Label("Config", systemImage: "tablecells") .imageScale(imageScale) } .buttonStyle(.bordered)