| Index: src/plugin/PluginClass.cpp |
| =================================================================== |
| --- a/src/plugin/PluginClass.cpp |
| +++ b/src/plugin/PluginClass.cpp |
| @@ -915,6 +915,10 @@ |
| void CPluginClass::FirstRunThread() |
| { |
| + // Just return if the First Run Page should be suppressed |
| + if (CPluginClient::GetInstance()->GetPref(L"suppress_first_run_page", false)) |
|
Eric
2015/06/19 14:51:41
I dislike the way that default values for preferen
Oleksandr
2015/06/22 08:27:53
I agree, but yes, I think it's out of scope here.
|
| + return; |
| + |
| CoInitialize(NULL); |
| VARIANT vFlags; |
| vFlags.vt = VT_I4; |