We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ac2f2 commit e250c8cCopy full SHA for e250c8c
ios/TaskWarriorWidgets/AppIntent.swift
@@ -1,18 +1,9 @@
1
-//
2
-// AppIntent.swift
3
-// TaskWarriorWidgets
4
5
-// Created by Saptarshi Adhikari on 08/04/25.
6
7
-
8
import WidgetKit
9
import AppIntents
10
11
struct ConfigurationAppIntent: WidgetConfigurationIntent {
12
static var title: LocalizedStringResource { "Configuration" }
13
- static var description: IntentDescription { "This is an example widget." }
+ // static var description: IntentDescription { "This is an example widget." }
14
15
// An example configurable parameter.
16
- @Parameter(title: "Favorite Emoji", default: "😃")
17
- var favoriteEmoji: String
18
}
0 commit comments