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 74cb36d commit bef952aCopy full SHA for bef952a
QBRssManager.py
@@ -47,7 +47,7 @@ class App(QWidget):
47
48
def __init__(self):
49
super().__init__()
50
- self.title = 'qBittorrent 订阅下载规则管理 v1.2.6 by Nriver'
+ self.title = 'qBittorrent 订阅下载规则管理 v1.2.7 by Nriver'
51
# 图标
52
self.setWindowIcon(QtGui.QIcon(resource_path('QBRssManager.ico')))
53
self.left = 0
0 commit comments