[Refactor] General reformat and clean-up.

This commit is contained in:
2025-11-24 20:12:10 +00:00
parent 8331fba1e4
commit a58f2e60e5
415 changed files with 4920 additions and 4829 deletions

View File

@@ -41,6 +41,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry"/>
<PackageReference Include="plist-cil"/>
<PackageReference Include="Sentry" />
<PackageReference Include="Sentry"/>
</ItemGroup>
</Project>

View File

@@ -130,7 +130,7 @@ public static class Settings
PlatformID ptId = DetectOS.GetRealPlatformID();
string homePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
LocalDbPath = "local.db";
string oldMainDbPath = "master.db";
var oldMainDbPath = "master.db";
MainDbPath = "main.db";
try