Code refactor.

This commit is contained in:
2020-12-21 01:43:11 +00:00
parent c39ebc5bca
commit b4e224ea4b
2 changed files with 4 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Text.Json;
using Aaru.CommonTypes.Interop;
using Claunia.PropertyList;
@@ -47,7 +46,7 @@ namespace RomRepoMgr.Settings
{
const string XDG_CONFIG_HOME = "XDG_CONFIG_HOME";
const string XDG_CONFIG_HOME_RESOLVED = ".config";
/// <summary>Current statistcs</summary>
/// <summary>Current statistics</summary>
public static SetSettings Current;
public static bool UnArUsable { get; set; }