mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #1304 from Decodetalkers/imagesave
chore: when save file, hide ImageOverlay window
This commit is contained in:
commit
2157ebb614
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