mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:15:56 +08:00
No longer inject close argument
Fixes warning in the log
This commit is contained in:
parent
3bfd2679ab
commit
fc03d6dfd8
@ -571,7 +571,7 @@ UM.MainWindow
|
|||||||
id: contextMenu
|
id: contextMenu
|
||||||
}
|
}
|
||||||
|
|
||||||
onPreClosing:
|
onPreClosing: (close) =>
|
||||||
{
|
{
|
||||||
close.accepted = CuraApplication.getIsAllChecksPassed();
|
close.accepted = CuraApplication.getIsAllChecksPassed();
|
||||||
if (!close.accepted)
|
if (!close.accepted)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user