mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 19:23:47 +02:00
Random fixes
This commit is contained in:
@@ -143,7 +143,7 @@ namespace VRCX
|
||||
var output = new Dictionary<string, Dictionary<string, object>>();
|
||||
using var regKey = Registry.CurrentUser.OpenSubKey(@"SOFTWARE\VRChat\VRChat");
|
||||
if (regKey == null)
|
||||
throw new Exception("Nothing to backup.");
|
||||
throw new Exception("Failed to get VRC registry data");
|
||||
|
||||
var keys = regKey.GetValueNames();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user