Skip to content

Commit d78a757

Browse files
committed
label
1 parent ab7eae7 commit d78a757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ControlConfig/Views/EditModuleView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct EditModuleView: View {
6161
Button(action: {
6262
self.isModal = true
6363
}) {
64-
Text("[Pick app from list (Beta)")
64+
Label("Pick app from list (Beta)", systemImage: "checklist")
6565
} .sheet(isPresented: $isModal, content: {
6666
AppListView(customisation: customisation)
6767
})

0 commit comments

Comments
 (0)