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
Qt's getOpenFileUrls() and related Url-based functions are supposed to
take a QUrl for the 'directory' argument (starting path), but until
PyQt5 5.13.1 the argument was mis-typed as str.
QMessageBox.warning(None, _("Wrong Version of libopenshot Detected"),
145
-
_("<b>Version %(minimum_version)s is required</b>, but %(current_version)s was detected. Please update libopenshot or download our latest installer.") %
_("<b>Version %(minimum_version)s is required</b>, but %(current_version)s was detected. Please update libopenshot or download our latest installer.") % {
0 commit comments