Remove "Running with PySide6" from about dialog

Since only PySide6 is supported, the information is useless.
This commit is contained in:
Sébastien Helleu 2021-11-13 16:56:47 +01:00
parent 06495c6bdf
commit aa89cf7836
1 changed files with 0 additions and 2 deletions

View File

@ -249,8 +249,6 @@ class MainWindow(QtWidgets.QMainWindow):
'&copy; 2011-2020 %s &lt;<a href="mailto:%s">%s</a>&gt;'
% (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL),
'',
'Running with PySide6',
'',
'WeeChat site: <a href="%s">%s</a>'
% (WEECHAT_SITE, WEECHAT_SITE),
'']