mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] General reformat and clean-up.
This commit is contained in:
@@ -41,6 +41,6 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Win32.Registry"/>
|
||||
<PackageReference Include="plist-cil"/>
|
||||
<PackageReference Include="Sentry" />
|
||||
<PackageReference Include="Sentry"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user