Renamed Manager to RestartManager

Contributes to: CURA-8587
This commit is contained in:
Jelle Spijker 2021-12-08 14:33:22 +01:00
parent 27cb1d2d9f
commit fd508342fe
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
3 changed files with 12 additions and 8 deletions

View file

@ -14,7 +14,7 @@ Window
{
id: marketplaceDialog
property variant catalog: UM.I18nCatalog { name: "cura" }
property variant manager: Marketplace.Manager { }
property variant restartManager: Marketplace.RestartManager { }
signal searchStringChanged(string new_search)
@ -234,7 +234,7 @@ Window
{
height: quitButton.height + 2 * UM.Theme.getSize("default_margin").width
color: UM.Theme.getColor("primary")
visible: manager.showRestartNotification
visible: restartManager.showRestartNotification
anchors
{
left: parent.left