Skip to content

Commit

Permalink
Fix parenting of message log's manual sentry submission dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 1, 2025
1 parent f85a008 commit 65fb03a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qml/MessageLog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ Page {
QfDialog {
id: applicationLogDialog
title: qsTr("Send application log")
focus: true
focus: visible
parent: mainWindow.contentItem

onAboutToShow: {
appliationLogInput.text = '';
Expand Down

1 comment on commit 65fb03a

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.