diff --git a/WidgetExtension/ServiceToggleControl.swift b/WidgetExtension/ServiceToggleControl.swift index 524b2fe..3f15ac6 100644 --- a/WidgetExtension/ServiceToggleControl.swift +++ b/WidgetExtension/ServiceToggleControl.swift @@ -15,7 +15,7 @@ struct ServiceToggleControl: ControlWidget { action: ToggleServiceIntent() ) { isOn in Label(isOn ? "Running" : "Stopped", systemImage: "shippingbox.fill") - .controlWidgetActionHint(isOn ? "Stop" : "Start") +// .controlWidgetActionHint(isOn ? "Stop" : "Start") } .tint(.init(red: CGFloat(Double(69) / 255), green: CGFloat(Double(90) / 255), blue: CGFloat(Double(100) / 255))) }