mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added FirmwareUpdateCheckerMessage, so no variables have to be hidden in the action of a plain Message.
This commit is contained in:
parent
8c71a8855c
commit
931143ceaa
4 changed files with 40 additions and 22 deletions
|
@ -6,7 +6,6 @@ import json
|
|||
from typing import Callable, Dict, List, Optional
|
||||
|
||||
from UM.Logger import Logger
|
||||
from UM.Version import Version
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
i18n_catalog = i18nCatalog("cura")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue