]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Remove "Running with PySide6" from about dialog
authorSébastien Helleu <redacted>
Sat, 13 Nov 2021 15:56:47 +0000 (16:56 +0100)
committerSébastien Helleu <redacted>
Sat, 13 Nov 2021 15:56:47 +0000 (16:56 +0100)
Since only PySide6 is supported, the information is useless.

qweechat/qweechat.py

index 92861c7f561fd767bdac3adafa8eb1cf7f6ee1af..2a09696e83f304dc9f088508f90e4e3de517033a 100644 (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),
                     '']