mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 16:54:23 +08:00
Remove hack
i18nCatalog was being abused to do text replacement on HTML
This commit is contained in:
parent
a4eee2dce6
commit
2ee745e1f9
@ -329,11 +329,6 @@ class CuraApplication(QtApplication):
|
|||||||
parser.add_argument("--debug", dest="debug-mode", action="store_true", default=False, help="Enable detailed crash reports.")
|
parser.add_argument("--debug", dest="debug-mode", action="store_true", default=False, help="Enable detailed crash reports.")
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
i18nCatalog.setTagReplacements({
|
|
||||||
"filename": "font color=\"black\"",
|
|
||||||
"message": "font color=UM.Theme.colors.message_text;",
|
|
||||||
})
|
|
||||||
|
|
||||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Setting up scene..."))
|
self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Setting up scene..."))
|
||||||
|
|
||||||
controller = self.getController()
|
controller = self.getController()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user