mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GYU): handle enctypted images with non-numeric filenames.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Windows.Controls;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
@@ -7,9 +8,10 @@ namespace GameRes.Formats.GUI
|
||||
/// </summary>
|
||||
public partial class WidgetGYU : StackPanel
|
||||
{
|
||||
public WidgetGYU()
|
||||
public WidgetGYU (IEnumerable<string> titles)
|
||||
{
|
||||
InitializeComponent();
|
||||
Title.ItemsSource = titles;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user