1
0
mirror of synced 2024-11-13 18:50:50 +01:00
This commit is contained in:
KillzXGaming 2019-07-01 15:57:29 -04:00
commit 798ae1ca76

View File

@ -23,7 +23,7 @@ namespace FirstPlugin
public bool CanAddFiles { get; set; }
public bool CanRenameFiles { get; set; }
public bool CanReplaceFiles { get; set; }
public bool CanReplaceFiles { get; set; } = true;
public bool CanDeleteFiles { get; set; }
public bool Identify(System.IO.Stream stream)