Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed May 28, 2022
1 parent 9c73207 commit 9921702
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file modified alfred-chromium-workflow.alfredworkflow
Binary file not shown.
4 changes: 2 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@
<key>text</key>
<string></string>
<key>title</key>
<string>Caching completed successfully</string>
<string>Manual caching completed successfully</string>
</dict>
<key>type</key>
<string>alfred.workflow.output.notification</string>
Expand Down Expand Up @@ -2941,7 +2941,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.0.7</string>
<string>0.0.8</string>
<key>webaddress</key>
<string>https://github.com/jopemachine/alfred-chromium-workflow</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion src/fetchAutofillData.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ var FetchAutofillData = func(wf *aw.Workflow, query string) {
Autocomplete(autofillValue).
Icon(&aw.Icon{"assets/info.png", ""})

item.Cmd().Subtitle("Press Enter to copy this url to clipboard")
item.Cmd().Subtitle("Press Enter to paste this value directly")
}
}
2 changes: 2 additions & 0 deletions src/fetchLoginData.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ var FetchLoginData = func(wf *aw.Workflow, query string) {
Copytext(userNameValue).
Largetype(userNameValue)

item.Cmd().Subtitle("Press Enter to paste this value directly")

if FileExist(iconPath) {
item.Icon(&aw.Icon{iconPath, ""})
}
Expand Down

0 comments on commit 9921702

Please sign in to comment.