We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38caf94 commit 2c35c35Copy full SHA for 2c35c35
QBRssManager.py
@@ -429,7 +429,7 @@ class App(QWidget):
429
430
def __init__(self):
431
super().__init__()
432
- self.title = 'qBittorrent 订阅下载规则管理 v1.1.7 by Nriver'
+ self.title = 'qBittorrent 订阅下载规则管理 v1.1.8 by Nriver'
433
# 图标
434
self.setWindowIcon(QtGui.QIcon(resource_path('QBRssManager.ico')))
435
self.left = 0
0 commit comments