From e8af6bd8d639dc9146cd8777d2669fc22bb4e58a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Apr 2018 17:39:23 +0300 Subject: let's allow protocols to be loaded / unloaded on the fly --- src/mir_app/src/pluginopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir_app') diff --git a/src/mir_app/src/pluginopts.cpp b/src/mir_app/src/pluginopts.cpp index 2776b4635d..8e75ac0eb4 100644 --- a/src/mir_app/src/pluginopts.cpp +++ b/src/mir_app/src/pluginopts.cpp @@ -96,7 +96,7 @@ static BOOL dialogListPlugins(WIN32_FIND_DATA *fd, wchar_t *path, WPARAM, LPARAM it.mask = LVIF_PARAM | LVIF_IMAGE; it.iImage = (hInst != nullptr) ? 2 : 3; bool bNoCheckbox = (dat->flags & STATIC_PLUGIN) != 0; - if (bNoCheckbox || hasMuuid(pi, MIID_CLIST) || hasMuuid(pi, MIID_PROTOCOL)) + if (bNoCheckbox || hasMuuid(pi, MIID_CLIST)) it.iImage += 2; it.lParam = (LPARAM)dat; int iRow = ListView_InsertItem(hwndList, &it); -- cgit v1.2.3