This commit is contained in:
Kovid Goyal
2022-04-17 08:43:23 +05:30
parent 34c18bacd8
commit 4372cf2893
2 changed files with 2 additions and 2 deletions

View File

@@ -1022,7 +1022,7 @@ class Window:
' Allow it do so, once?'),
partial(self.handle_remote_clone_confirmation, cdata), window=self,
)
elif ac == 'yes':
elif ac in ('yes', 'y', 'true'):
self.handle_remote_clone_confirmation(cdata, True)
self.current_clone_data = ''
return