mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-18 00:44:43 +08:00
bind destination to ExtractDialog.Destination property.
This commit is contained in:
@@ -39,6 +39,8 @@ namespace GARbro.GUI
|
||||
{
|
||||
public partial class ExtractDialog : Window
|
||||
{
|
||||
public string Destination { get; set; }
|
||||
|
||||
public void InitImageFormats (ComboBox image_format)
|
||||
{
|
||||
var default_format = Settings.Default.appImageFormat;
|
||||
|
||||
Reference in New Issue
Block a user