mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Make this run from source again on Windows.
This commit is contained in:
parent
f638809f9d
commit
0b114876ef
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ if TYPE_CHECKING:
|
|||
import sys
|
||||
from UM.Platform import Platform
|
||||
if Platform.isWindows():
|
||||
import win32timezone
|
||||
if hasattr(sys, "frozen"):
|
||||
import win32timezone
|
||||
from keyring.backends.Windows import WinVaultKeyring
|
||||
keyring.set_keyring(WinVaultKeyring())
|
||||
if Platform.isOSX():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue