mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
SkinInstaller: Add FileView to ignored plugins
This commit is contained in:
parent
03d529cedc
commit
b4998d2cc4
@ -1127,6 +1127,7 @@ bool CDialogInstall::IsIgnoredPlugin(const WCHAR* name)
|
||||
{
|
||||
return _wcsicmp(name, L"AdvancedCPU.dll") == 0 ||
|
||||
_wcsicmp(name, L"CoreTemp.dll") == 0 ||
|
||||
_wcsicmp(name, L"FileView.dll") == 0 ||
|
||||
_wcsicmp(name, L"FolderInfo.dll") == 0 ||
|
||||
_wcsicmp(name, L"InputText.dll") == 0 ||
|
||||
_wcsicmp(name, L"iTunesPlugin.dll") == 0 ||
|
||||
|
Loading…
Reference in New Issue
Block a user