summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-09 04:39:22 -0700
committerGeorge Hazan <ghazan@miranda.im>2022-09-09 04:39:22 -0700
commitef4be63bdcf7e0a3467de578b65bbbe79949cad6 (patch)
treebf21bee7748f71513cc4ac6954c3d5da5891a295
parent446b1f06e28f7c50bb37b9a88aaf064111ed7f51 (diff)
Sounds download link shall not be hidden, even if there's no current sound under cursor
-rw-r--r--src/mir_app/src/sounds.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp
index 722db7a531..52407c32cf 100644
--- a/src/mir_app/src/sounds.cpp
+++ b/src/mir_app/src/sounds.cpp
@@ -98,7 +98,6 @@ class CSoundOptionsDlg : public CDlgBase
ShowWindow(GetDlgItem(m_hwnd, IDC_LOCATION), iCommand);
ShowWindow(GetDlgItem(m_hwnd, IDC_CHANGE), iCommand);
ShowWindow(GetDlgItem(m_hwnd, IDC_PREVIEW), iCommand);
- ShowWindow(GetDlgItem(m_hwnd, IDC_GETMORE), iCommand);
}
CCtrlButton btnPreview, btnChange;