mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:28:59 +08:00
Only show enable/disable button if plugin is installed
CURA-8587
This commit is contained in:
parent
08eba9f21a
commit
c338d8f5ce
@ -181,7 +181,7 @@ Item
|
||||
ManageButton
|
||||
{
|
||||
id: enableManageButton
|
||||
visible: showManageButtons && packageData.packageType != "material"
|
||||
visible: showManageButtons && packageData.isInstalled && packageData.packageType != "material"
|
||||
enabled: !(installManageButton.busy || updateManageButton.busy)
|
||||
|
||||
button_style: !packageData.isActive
|
||||
|
Loading…
x
Reference in New Issue
Block a user