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 84a8222 commit a478c3bCopy full SHA for a478c3b
src/main.py
@@ -537,7 +537,6 @@ def spinner_size(self):
537
# default size of Window
538
self.set_default_size(340, 340)
539
self.set_size_request(340, 340)
540
- self.label_spinner.set_text('40 (%s)' % jT["default"])
541
542
# Start button action
543
def on_buttonStart_clicked(self, widget, *args):
@@ -654,7 +653,7 @@ def non_activated_notification(self):
654
653
else:
655
self.label_notification.set_text(notification)
656
657
- self.label_notification.set_text(notification)
+ self.label_notification.set_text(jT["default"])
658
659
# Notification function
660
def notification(self):
0 commit comments