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 9dd8a93 commit 76d408cCopy full SHA for 76d408c
QBRssManager.py
@@ -351,7 +351,7 @@ class App(QWidget):
351
352
def __init__(self):
353
super().__init__()
354
- self.title = 'qBittorrent 订阅下载规则管理 v1.1.3 by Nriver'
+ self.title = 'qBittorrent 订阅下载规则管理 v1.1.4 by Nriver'
355
# 图标
356
self.setWindowIcon(QtGui.QIcon(resource_path('QBRssManager.ico')))
357
self.left = 0
@@ -1003,7 +1003,7 @@ def handle_key_press(self, event):
1003
# app.clipboard().setText('')
1004
1005
# 尝试构造 excel 格式数据
1006
- if len(self.copied_cells) > 1:
+ if len(self.copied_cells) > 0:
1007
# 找出输出区域坐标
1008
min_row = self.copied_cells[0].row()
1009
max_row = self.copied_cells[0].row()
0 commit comments