Add Blob Emoji folder to initial config

This commit is contained in:
Jaex 2018-03-16 22:58:51 +03:00
parent a4744ce0bf
commit c15204caa5

View file

@ -85,7 +85,10 @@ public class AnnotationOptions
public bool StepUseLetters { get; set; } = false;
// Sticker drawing
public List<StickerPackInfo> StickerPacks = new List<StickerPackInfo>();
public List<StickerPackInfo> StickerPacks = new List<StickerPackInfo>()
{
new StickerPackInfo(@"Stickers\BlobEmoji", "Blob Emoji")
};
public int SelectedStickerPack = 0;
public int StickerSize { get; set; } = 64;
public string LastStickerPath { get; set; }