lot of small fixes for dataset explorer

This commit is contained in:
Alex Bezdieniezhnykh
2024-09-16 20:12:05 +03:00
parent 42fdee599e
commit 2236eb7fcb
6 changed files with 94 additions and 59 deletions
+2 -1
View File
@@ -14,5 +14,6 @@ public enum PlaybackControlEnum
TurnOffVolume = 9,
TurnOnVolume = 10,
Previous = 11,
Next = 12
Next = 12,
Close = 13
}