mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08:00
Remove unused action properties from Sidebar
This commit is contained in:
parent
88d87e8e85
commit
4a43b50b7a
@ -533,13 +533,6 @@ UM.MainWindow
|
|||||||
}
|
}
|
||||||
|
|
||||||
width: UM.Theme.getSize("sidebar").width;
|
width: UM.Theme.getSize("sidebar").width;
|
||||||
|
|
||||||
addMachineAction: Cura.Actions.addMachine;
|
|
||||||
configureMachinesAction: Cura.Actions.configureMachines;
|
|
||||||
addProfileAction: Cura.Actions.addProfile;
|
|
||||||
updateProfileAction: Cura.Actions.updateProfile;
|
|
||||||
resetProfileAction: Cura.Actions.resetProfile;
|
|
||||||
manageProfilesAction: Cura.Actions.manageProfiles;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,13 +12,6 @@ Rectangle
|
|||||||
{
|
{
|
||||||
id: base;
|
id: base;
|
||||||
|
|
||||||
property Action addMachineAction;
|
|
||||||
property Action configureMachinesAction;
|
|
||||||
property Action addProfileAction;
|
|
||||||
property Action updateProfileAction;
|
|
||||||
property Action resetProfileAction;
|
|
||||||
property Action manageProfilesAction;
|
|
||||||
property Action configureSettingsAction;
|
|
||||||
property int currentModeIndex;
|
property int currentModeIndex;
|
||||||
|
|
||||||
color: UM.Theme.getColor("sidebar");
|
color: UM.Theme.getColor("sidebar");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user