TF-735 Add CodeView type in rich text button

This commit is contained in:
dab246
2022-07-22 14:20:51 +07:00
committed by Dat H. Pham
parent 87a3bebda4
commit 1ae030e946
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,5 @@
enum CodeViewState {
enabled,
disabled
}