diff --git a/I18N Commander/UI WinForms/Components/LoaderStart.cs b/I18N Commander/UI WinForms/Components/LoaderStart.cs index 026c6e7..28e0eb5 100644 --- a/I18N Commander/UI WinForms/Components/LoaderStart.cs +++ b/I18N Commander/UI WinForms/Components/LoaderStart.cs @@ -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); } }