mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
No longer inject close argument
Fixes warning in the log
This commit is contained in:
parent
3bfd2679ab
commit
fc03d6dfd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue