Skip to content

Commit 1812df0

Browse files
committed
enhance: allow closing hex-viewer by pressing ESC
Signed-off-by: leo <longshuang@msn.cn>
1 parent 7695c80 commit 1812df0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Views/BinaryFileViewer.axaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ public partial class BinaryFileViewer : ChromelessWindow
303303
{
304304
public BinaryFileViewer()
305305
{
306+
CloseOnESC = true;
306307
InitializeComponent();
307308
}
308309

0 commit comments

Comments
 (0)