From 9282423db1b9c4ef793009837a7ff868945ef3eb Mon Sep 17 00:00:00 2001 From: Dimitriovski Date: Mon, 24 Feb 2020 10:59:41 +0100 Subject: [PATCH] Added lifetime=0 to the sync_message to make it stay there --- plugins/Toolbox/src/CloudSync/CloudPackageChecker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py b/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py index f848f818d7..5b60d7d2a0 100644 --- a/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py +++ b/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py @@ -91,7 +91,8 @@ class CloudPackageChecker(QObject): sync_message = Message(self._i18n_catalog.i18nc( "@info:generic", "\nDo you want to sync material and software packages with your account?"), - title=self._i18n_catalog.i18nc("@info:title", "Changes detected from your Ultimaker account", )) + title=self._i18n_catalog.i18nc("@info:title", "Changes detected from your Ultimaker account", ), + lifetime=0) sync_message.addAction("sync", name=self._i18n_catalog.i18nc("@action:button", "Sync"), icon="",