mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 14:19:37 +08:00
Also need to import this.
CURA-7180
This commit is contained in:
parent
72248d47e1
commit
e1490a68df
@ -15,6 +15,7 @@ if TYPE_CHECKING:
|
||||
import sys
|
||||
from UM.Platform import Platform
|
||||
if Platform.isWindows() and hasattr(sys, "frozen"):
|
||||
import win32timezone
|
||||
from keyring.backends.Windows import WinVaultKeyring
|
||||
keyring.set_keyring(WinVaultKeyring())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user