mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +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
|
||||
}
|
||||
|
||||
onPreClosing:
|
||||
onPreClosing: (close) =>
|
||||
{
|
||||
close.accepted = CuraApplication.getIsAllChecksPassed();
|
||||
if (!close.accepted)
|
||||
|
Loading…
x
Reference in New Issue
Block a user