We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f37780 commit 3c2dcf5Copy full SHA for 3c2dcf5
main.py
@@ -324,7 +324,7 @@ def completeCallback():
324
te = time.perf_counter()
325
self.buttonProcess.config(state=tk.NORMAL)
326
notification.title = i18n.getTranslatedString('ToastCompletedTitle')
327
- notification.message = i18n.getTranslatedString('ToastCompletedMessage').format(outputPath, (te - ts) / 1000)
+ notification.message = i18n.getTranslatedString('ToastCompletedMessage').format(outputPath, te - ts)
328
notification.send(False)
329
def failCallback(ex: Exception):
330
0 commit comments