Add useragreement screen on first run of Cura

CURA-4501
This commit is contained in:
Mark 2017-10-28 15:43:01 +02:00 committed by Lipu Fei
parent e824996af7
commit b45e44b388
5 changed files with 130 additions and 0 deletions

View file

@ -211,6 +211,7 @@ class CuraApplication(QtApplication):
self.setRequiredPlugins([
"CuraEngineBackend",
"UserAgreement",
"SolidView",
"LayerView",
"STLReader",