Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit 3e75327

Browse files
committed
.sandstorm: add title to action
1 parent e2fe9a5 commit 3e75327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.sandstorm/sandstorm-pkgdef.capnp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const pkgdef :Spk.PackageDefinition = (
1313
appMarketingVersion = (defaultText = "0.1.0"),
1414

1515
actions = [
16-
( nounPhrase = (defaultText = "database"),
16+
( title = (defaultText = "New database"),
17+
nounPhrase = (defaultText = "database"),
1718
command = .launcher
1819
)
1920
],

0 commit comments

Comments
 (0)