Skip to content

Commit 80841b6

Browse files
maximilianzuerndehesa
authored andcommitted
Fixed title issue
1 parent 8b4255c commit 80841b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/apps/notes/create-note-from-clipboard.applescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ on run argv
2121
</body>"
2222
tell application "Notes"
2323
activate
24-
make new note at folder "Notes" with properties {name: (item 1 of argv), body:content}
24+
make new note at folder "Notes" with properties {name:"", body:content}
2525
end tell
2626
end run

0 commit comments

Comments
 (0)