From e7fa95c0ba95d5c78582eb2e03d68d27048c1da4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 20 Mar 2021 18:42:51 +0300 Subject: MirLua: no need to enable Apply button on scripts reload --- plugins/MirLua/src/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/MirLua/src') 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); -- cgit v1.2.3