mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:58:59 +08:00
Fix loading popup image on windows
This commit is contained in:
parent
e8b48a299b
commit
5dfb8216df
@ -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