mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Profiles model is now a singleton, to prevent the agressive garbage collecting to break stuff
CURA-2826
This commit is contained in:
parent
4a5d7cbc73
commit
1aa71d6171
3 changed files with 17 additions and 2 deletions
|
@ -13,7 +13,7 @@ Menu
|
|||
|
||||
Instantiator
|
||||
{
|
||||
model: Cura.ProfilesModel { }
|
||||
model: Cura.ProfilesModel
|
||||
|
||||
MenuItem
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue