Fix control widget
This commit is contained in:
@@ -38,12 +38,9 @@ extension ServiceToggleControl {
|
||||
}
|
||||
}
|
||||
|
||||
struct ToggleServiceIntent: SetValueIntent, LiveActivityIntent {
|
||||
struct ToggleServiceIntent: SetValueIntent {
|
||||
static var title: LocalizedStringResource = "Toggle sing-box"
|
||||
|
||||
static var description =
|
||||
IntentDescription("Toggle sing-box service")
|
||||
|
||||
@Parameter(title: "Running")
|
||||
var value: Bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user