mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:08:58 +08:00
Fix broken shortcut for slice or stop slicing.
This commit is contained in:
parent
8f5309c5a5
commit
03b4121d22
@ -194,7 +194,7 @@ Column
|
||||
shortcut: "Ctrl+P"
|
||||
onTriggered:
|
||||
{
|
||||
if (prepareButton.enabled)
|
||||
if (sliceButton.enabled)
|
||||
{
|
||||
sliceOrStopSlicing()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user