Remove "Running with PySide6" from about dialog
Since only PySide6 is supported, the information is useless.
This commit is contained in:
parent
06495c6bdf
commit
aa89cf7836
1 changed files with 0 additions and 2 deletions
|
@ -249,8 +249,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
'© 2011-2020 %s <<a href="mailto:%s">%s</a>>'
|
||||
% (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL),
|
||||
'',
|
||||
'Running with PySide6',
|
||||
'',
|
||||
'WeeChat site: <a href="%s">%s</a>'
|
||||
% (WEECHAT_SITE, WEECHAT_SITE),
|
||||
'']
|
||||
|
|
Loading…
Reference in a new issue