mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Fix the engine log window after changing it to use Window instead of Dialog
This commit is contained in:
parent
61de130880
commit
6d0e31aa8d
2 changed files with 36 additions and 14 deletions
|
@ -301,7 +301,7 @@ UM.MainWindow {
|
|||
|
||||
documentation.onTriggered: Qt.openUrlExternally("https://ultimaker.com/en/support");
|
||||
reportBug.onTriggered: Qt.openUrlExternally("https://github.com/Ultimaker/PluggableCura/issues");
|
||||
showEngineLog.onTriggered: engineLog.open();
|
||||
showEngineLog.onTriggered: engineLog.visible = true;
|
||||
}
|
||||
|
||||
Menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue