summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-20 18:42:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-20 18:42:51 +0300
commite7fa95c0ba95d5c78582eb2e03d68d27048c1da4 (patch)
tree6fbcd03e8b62cacc4daa0775e262430f3021c2d3 /plugins/MirLua/src
parent1ff0e93cdc8dff5f2690a38dfa8c9c4335f99bd1 (diff)
MirLua: no need to enable Apply button on scripts reload
Diffstat (limited to 'plugins/MirLua/src')
-rw-r--r--plugins/MirLua/src/options.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirLua/src/options.cpp b/plugins/MirLua/src/options.cpp
index 3a5ddc012d..a47ae51bd0 100644
--- a/plugins/MirLua/src/options.cpp
+++ b/plugins/MirLua/src/options.cpp
@@ -47,6 +47,7 @@ bool CMLuaOptionsMain::OnInitDialog()
{
CDlgBase::OnInitDialog();
+ m_scriptsList.SetSilent();
m_scriptsList.SetExtendedListViewStyle(LVS_EX_SUBITEMIMAGES | LVS_EX_FULLROWSELECT | LVS_EX_CHECKBOXES | LVS_EX_INFOTIP);
HIMAGELIST hImageList = m_scriptsList.CreateImageList(LVSIL_SMALL);