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
Copy file name to clipboardExpand all lines: funscript_editor/ui/funscript_generator_window.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ def __init__(self,
46
46
47
47
ifvideo_fileisNoneorvideo_file=="":
48
48
self.__show_message("Video file was not specified! " \
49
-
+"(Make sure there are no special symbols like squared brackets in the video file path)",
49
+
+"(Make sure there are no special symbols like squared brackets in the video file path -> Rename your video file and store them in a path without special characters)",
0 commit comments