Skip to content

Commit 7536320

Browse files
committed
Trigger 'cancel' on close window
1 parent 3bd715d commit 7536320

File tree

1 file changed

+1
-1
lines changed
  • src/renderer/components/PasswordPromptWindow

1 file changed

+1
-1
lines changed

src/renderer/components/PasswordPromptWindow/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Window :title="`Password for ${conn.user}@${conn.host}`">
2+
<Window :title="`Password for ${conn.user}@${conn.host}`" @close="cancel">
33
<div class="wrap">
44
<div class="form-item">
55
<label>Password</label>

0 commit comments

Comments
 (0)