mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Replace Cura.CheckBoxWithTooltip with UM.CheckBox.
Remove Cura.CheckBoxWithTooltip.qml from qmldir module definition. Remove Cura.CheckBox.qml from qmldir module definition as it has been moved to Uranium
This commit is contained in:
parent
4eb61af579
commit
a73ae6b655
3 changed files with 1 additions and 66 deletions
|
@ -35,7 +35,7 @@ RowLayout
|
|||
busy: CuraDrive.isCreatingBackup
|
||||
}
|
||||
|
||||
Cura.CheckBoxWithTooltip
|
||||
UM.CheckBox
|
||||
{
|
||||
id: autoBackupEnabled
|
||||
checked: CuraDrive.autoBackupEnabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue