Fix registry GUID

This commit is contained in:
2025-09-10 16:22:05 +09:00
parent f2d256f832
commit 62eaa73006

View File

@ -11,6 +11,6 @@
/// </summary> /// </summary>
public static RegistryElement Element5 => new( public static RegistryElement Element5 => new(
"5", "5",
"25a29bae-e430-4424-8f34-8ad83c578657"); "44af905f-09c3-4cc3-b749-70048a53d8cf");
} }
} }