add image editing

This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-08-07 13:22:17 +03:00
parent c72f7fc265
commit a81a6f881d
11 changed files with 146 additions and 57 deletions
+3 -1
View File
@@ -12,5 +12,7 @@ public enum PlaybackControlEnum
RemoveSelectedAnns = 7,
RemoveAllAnns = 8,
TurnOffVolume = 9,
TurnOnVolume = 10
TurnOnVolume = 10,
Previous = 11,
Next = 12
}