mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
accept extract dialog on enter key press.
This commit is contained in:
@@ -47,6 +47,7 @@ namespace GARbro.GUI
|
||||
InitializeComponent();
|
||||
ExtractLabel.Text = string.Format (guiStrings.LabelExtractAllTo, filename);
|
||||
Destination = destination;
|
||||
DestinationDir.EnterKeyDown += acb_OnEnterKeyDown;
|
||||
|
||||
ExtractImages.IsChecked = Settings.Default.appExtractImages;
|
||||
ExtractText.IsChecked = Settings.Default.appExtractText;
|
||||
|
||||
Reference in New Issue
Block a user