From aa89cf78365000cd4f654ca737a823ae75b83eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 13 Nov 2021 16:56:47 +0100 Subject: [PATCH] Remove "Running with PySide6" from about dialog Since only PySide6 is supported, the information is useless. --- qweechat/qweechat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qweechat/qweechat.py b/qweechat/qweechat.py index 92861c7..2a09696 100644 --- a/qweechat/qweechat.py +++ b/qweechat/qweechat.py @@ -249,8 +249,6 @@ class MainWindow(QtWidgets.QMainWindow): '© 2011-2020 %s <%s>' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL), '', - 'Running with PySide6', - '', 'WeeChat site: %s' % (WEECHAT_SITE, WEECHAT_SITE), '']