mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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
|
||||
}
|
||||
|
||||
onPreClosing:
|
||||
onPreClosing: (close) =>
|
||||
{
|
||||
close.accepted = CuraApplication.getIsAllChecksPassed();
|
||||
if (!close.accepted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue