Skip to content

Commit

Permalink
Update specialDaily.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Dec 22, 2023
1 parent bf02315 commit f64924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/components/expand/specialDaily.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, parent=None):
self.option_3.addStretch(1)
self.option_3.addWidget(self.input_3_2, 0, Qt.AlignRight)

self.label = QLabel('请在下拉框中选择相应悬赏委托的难度和次数:', self)
self.label = QLabel('请在下拉框中选择相应悬赏委托的次数:', self)

_set_main = self.get('rewarded_task_times')
self.count = [int(x) for x in _set_main.split(',')]
Expand Down

0 comments on commit f64924e

Please sign in to comment.