mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Use default timeout for sync dialog
This commit is contained in:
parent
4e33f6849c
commit
eec7d2f0cd
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ class CloudPackageChecker(QObject):
|
|||
sync_message = Message(self._i18n_catalog.i18nc(
|
||||
"@info:generic",
|
||||
"\nDo you want to sync material and software packages with your account?"),
|
||||
lifetime=0,
|
||||
title=self._i18n_catalog.i18nc("@info:title", "Changes detected from your Ultimaker account", ))
|
||||
sync_message.addAction("sync",
|
||||
name=self._i18n_catalog.i18nc("@action:button", "Sync"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue