mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Renamed Manager to RestartManager
Contributes to: CURA-8587
This commit is contained in:
parent
27cb1d2d9f
commit
fd508342fe
3 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue