Skip to content

Commit e250c8c

Browse files
removed default config parameter
1 parent 18ac2f2 commit e250c8c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
//
2-
// AppIntent.swift
3-
// TaskWarriorWidgets
4-
//
5-
// Created by Saptarshi Adhikari on 08/04/25.
6-
//
7-
81
import WidgetKit
92
import AppIntents
103

114
struct ConfigurationAppIntent: WidgetConfigurationIntent {
125
static var title: LocalizedStringResource { "Configuration" }
13-
static var description: IntentDescription { "This is an example widget." }
6+
// static var description: IntentDescription { "This is an example widget." }
147

158
// An example configurable parameter.
16-
@Parameter(title: "Favorite Emoji", default: "😃")
17-
var favoriteEmoji: String
189
}

0 commit comments

Comments
 (0)