mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
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
This commit is contained in:
parent
b4c0581948
commit
abe4f8eb3c
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ Window {
|
|||
//ToolTip.delay: Nheko.tooltipDelay
|
||||
//ToolTip.text: qsTr("Download")
|
||||
onClicked: {
|
||||
imageOverlay.hide();
|
||||
if (room) {
|
||||
room.saveMedia(eventId);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue