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 92f62b8 commit c4e7cf3Copy full SHA for c4e7cf3
QBRssManager.py
@@ -111,7 +111,7 @@ class App(QWidget):
111
112
def __init__(self):
113
super().__init__()
114
- self.title = 'qBittorrent 订阅下载规则管理 v1.0.2 by Nriver'
+ self.title = 'qBittorrent 订阅下载规则管理 v1.0.3 by Nriver'
115
# 图标
116
self.setWindowIcon(QtGui.QIcon(resource_path('QBRssManager.ico')))
117
self.left = 0
0 commit comments