Fix loading popup image on windows

This commit is contained in:
ChrisTerBeke 2019-09-13 11:06:34 +02:00
parent 2395567f1e
commit 55cdb07c1c

View File

@ -28,7 +28,7 @@ class CloudFlowMessage(Message):
lifetime=0,
dismissable=True,
option_state=False,
image_source=image_path,
image_source=QUrl.fromLocalFile(image_path),
image_caption=I18N_CATALOG.i18nc("@info:status Ultimaker Cloud should not be translated.",
"Connect to Ultimaker Cloud"),
)