Allow to read archives if no unar, but internal decompressor is allowed.

This commit is contained in:
2025-07-26 17:00:02 +01:00
parent dc630f3e78
commit 3e731115f2
3 changed files with 5 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ public static class Settings
const string XDG_CONFIG_HOME_RESOLVED = ".config";
/// <summary>Current statistics</summary>
public static SetSettings Current;
public static bool UnArUsable { get; set; }
public static bool CanDecompress { get; set; }
/// <summary>Loads settings</summary>
public static void LoadSettings()