Skip to content

Commit 76d408c

Browse files
committed
更新版本号
1 parent 9dd8a93 commit 76d408c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QBRssManager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class App(QWidget):
351351

352352
def __init__(self):
353353
super().__init__()
354-
self.title = 'qBittorrent 订阅下载规则管理 v1.1.3 by Nriver'
354+
self.title = 'qBittorrent 订阅下载规则管理 v1.1.4 by Nriver'
355355
# 图标
356356
self.setWindowIcon(QtGui.QIcon(resource_path('QBRssManager.ico')))
357357
self.left = 0
@@ -1003,7 +1003,7 @@ def handle_key_press(self, event):
10031003
# app.clipboard().setText('')
10041004

10051005
# 尝试构造 excel 格式数据
1006-
if len(self.copied_cells) > 1:
1006+
if len(self.copied_cells) > 0:
10071007
# 找出输出区域坐标
10081008
min_row = self.copied_cells[0].row()
10091009
max_row = self.copied_cells[0].row()

0 commit comments

Comments
 (0)