From 8a1ff32e54b39ceef22df61bda17bbfda94918fc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Mar 2019 19:56:19 +0300 Subject: fixes #1876 (YAPP renamed to StdPopup, to popup service be always present) --- src/mir_app/src/newplugins.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mir_app') diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index 4ccbf43a4c..c77b80b7b9 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -139,6 +139,7 @@ static MuuidReplacement pluginDefault[] = { MIID_AUTOAWAY, L"stdautoaway", nullptr }, // 6 { MIID_USERONLINE, L"stduseronline", nullptr }, // 7 { MIID_SRAWAY, L"stdaway", nullptr }, // 8 + { MIID_POPUP, L"stdpopup", nullptr }, // 9 }; int getDefaultPluginIdx(const MUUID &muuid) -- cgit v1.2.3