mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
fixed code to work with new resource settings interface.
This commit is contained in:
@@ -29,7 +29,6 @@ using System.ComponentModel.Composition;
|
||||
using System.Security.Cryptography;
|
||||
using System.IO;
|
||||
using GameRes.Formats.Strings;
|
||||
using GameRes.Formats.Properties;
|
||||
|
||||
namespace GameRes.Formats.Selene
|
||||
{
|
||||
@@ -145,7 +144,7 @@ namespace GameRes.Formats.Selene
|
||||
public override ResourceOptions GetDefaultOptions ()
|
||||
{
|
||||
return new KcapOptions {
|
||||
PassPhrase = Settings.Default.KCAPPassPhrase,
|
||||
PassPhrase = Properties.Settings.Default.KCAPPassPhrase,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user