Mark Crust as deprecated

This commit is contained in:
Ivan Yaremenchuk 2022-10-02 21:24:14 -05:00
parent 58b7fe8fb0
commit 592ffa5bcb
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ public class CrustUploader : Uploader
public override string Name { get; } = "Crust";
public override string ShortName { get; } = "Crust";
public override string ImageName { get; } = "crust.svg";
public override bool IsSupported { get; } = false;
public override int? Order { get; } = 3;