mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-20 19:05:10 +08:00
bind destination to ExtractDialog.Destination property.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace GARbro.GUI
|
||||
{
|
||||
InitializeComponent();
|
||||
ExtractLabel.Text = string.Format (guiStrings.LabelExtractFileTo, entry.Name);
|
||||
DestinationDir.Text = destination;
|
||||
Destination = destination;
|
||||
if ("image" == entry.Type)
|
||||
{
|
||||
ImageConversionOptions.Visibility = Visibility.Visible;
|
||||
|
||||
Reference in New Issue
Block a user