mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented external storage of resource schemes.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using System.Windows.Controls;
|
||||
using GameRes.Formats.Entis;
|
||||
using GameRes.Formats.Strings;
|
||||
using System.Linq;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
@@ -10,6 +13,8 @@ namespace GameRes.Formats.GUI
|
||||
public WidgetNOA ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
var keys = new string[] { arcStrings.NOAIgnoreEncryption };
|
||||
Scheme.ItemsSource = keys.Concat (NoaOpener.KnownKeys.Keys.OrderBy (x => x));
|
||||
// select first scheme as default
|
||||
if (-1 == Scheme.SelectedIndex)
|
||||
Scheme.SelectedIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user