This commit is contained in:
pagedown 2022-01-22 09:51:28 +08:00
parent 4fe10fadb0
commit bf9d47fddd
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -652,7 +652,7 @@ class Window:
get_boss()._run_kitten('ask', ['--type=choices', '--message', _(
'What would you like to do with this URL:\n') +
styled(unquote(url), fg='yellow'),
'--choice=o:Open', '--choice=c:Copy to clipboard', '--choice=n;red:Nothing'
'--choice=o:Open', '--choice=c:Copy to clipboard', '--choice=n;red:Nothing',
'--default=o'
],
window=self,