TF-1486 Add insert image in signature on web

(cherry picked from commit 50f0e54b2a47fe2e857372f56293d1c1800ded2b)
This commit is contained in:
dab246
2023-07-12 19:04:32 +07:00
committed by Dat Vu
parent 2f4f8beec4
commit d072f6a243
10 changed files with 115 additions and 8 deletions
@@ -0,0 +1,4 @@
class IdentityCreatorConstants {
static const int maxSizeIdentityInlineImage = 16; // Kilobyte
}