Fixed bug when changing the recent files
This commit is contained in:
parent
633b13316f
commit
bcd56d29db
@ -34,7 +34,7 @@ public partial class LoaderStart : UserControl
|
||||
set
|
||||
{
|
||||
using var regKey = LoaderStart.I18NCommanderKey;
|
||||
regKey.SetValue("recentProjects", value, RegistryValueKind.MultiString);
|
||||
regKey.SetValue("recentProjects", value.ToArray(), RegistryValueKind.MultiString);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user