mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 15:54:32 +08:00
Fix loading popup image on windows
This commit is contained in:
parent
2395567f1e
commit
55cdb07c1c
@ -28,7 +28,7 @@ class CloudFlowMessage(Message):
|
|||||||
lifetime=0,
|
lifetime=0,
|
||||||
dismissable=True,
|
dismissable=True,
|
||||||
option_state=False,
|
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.",
|
image_caption=I18N_CATALOG.i18nc("@info:status Ultimaker Cloud should not be translated.",
|
||||||
"Connect to Ultimaker Cloud"),
|
"Connect to Ultimaker Cloud"),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user