Skip to content
Snippets Groups Projects
Commit abe4f8eb authored by ShootingStarDragons's avatar ShootingStarDragons
Browse files

chore: when save file, hide ImageOverlay window

Log: on wm like sway, it will cover the whole screen, and I cannot get
the file save dialog, then the program will stay there, I must kill it,
so I think hide it is better, because after, it will be closed
parent b4c05819
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ Window {
//ToolTip.delay: Nheko.tooltipDelay
//ToolTip.text: qsTr("Download")
onClicked: {
imageOverlay.hide();
if (room) {
room.saveMedia(eventId);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment