mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Open registry key as writeable.
This commit is contained in:
@@ -429,7 +429,7 @@ namespace DiscImageChef.Settings
|
||||
case Interop.PlatformID.WinCE:
|
||||
case Interop.PlatformID.WindowsPhone:
|
||||
{
|
||||
RegistryKey parentKey = Registry.CurrentUser.OpenSubKey("SOFTWARE").CreateSubKey("Claunia.com");
|
||||
RegistryKey parentKey = Registry.CurrentUser.OpenSubKey("SOFTWARE", true).CreateSubKey("Claunia.com");
|
||||
RegistryKey key = parentKey.CreateSubKey("DiscImageChef");
|
||||
|
||||
key.SetValue("SaveReportsGlobally", Current.SaveReportsGlobally);
|
||||
|
||||
Reference in New Issue
Block a user