TF-4303 Change order for label action

This commit is contained in:
dab246
2026-02-04 15:09:30 +07:00
committed by Dat H. Pham
parent 50374a005d
commit 73134d2833
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ enum EmailActionType {
replyToList(1),
forward(1),
replyAll(1),
labelAs(1),
labelAs(2),
compose(),
markAsRead(2),
markAsUnread(2),