You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Media Source restarts when speed is modified so we have to add such
warning.
We have to disable refreshing properties on settings update because it
will refresh while dragging the speed slider, making it almost
impossible to use it. Thus we also add a button to refresh the current
filename.
Copy file name to clipboardExpand all lines: data/locale/en-US.ini
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,12 @@ SubtitleTrack="Subtitle Track"
21
21
SelectFile="Select File"
22
22
NoFileSelected="No File Selected"
23
23
CloseFileWhenInactive="Close file when inactive"
24
-
CloseFileWhenInactive.ToolTip="Closes the file when the source is not being displayed on the stream or\nrecording. This allows the file to be changed when the source isn't active,\nbut there may be some startup delay when the source reactivates."
24
+
CloseFileWhenInactive.Tooltip="Closes the file when the source is not being displayed on the stream or\nrecording. This allows the file to be changed when the source isn't active,\nbut there may be some startup delay when the source reactivates."
25
25
CurrentFileName="Current File"
26
26
VoskFilter="Vosk Speech Recognition"
27
+
Speed="Speed"
28
+
SpeedWarning="Changing the speed WILL restart the video"
0 commit comments