mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
SkinInstaller: Added Debug and Language to ignored keys in themes
This commit is contained in:
parent
8e629507df
commit
068eb26379
@ -1093,7 +1093,8 @@ bool InstallComponents(RMSKIN_DATA* data)
|
||||
WritePrivateProfileString(L"Rainmeter", L"DisableRDP", NULL, filePath);
|
||||
WritePrivateProfileString(L"Rainmeter", L"DisableVersionCheck", NULL, filePath);
|
||||
WritePrivateProfileString(L"Rainmeter", L"Logging", NULL, filePath);
|
||||
WritePrivateProfileString(L"illustro", L"Version", NULL, filePath);
|
||||
WritePrivateProfileString(L"Rainmeter", L"Language", NULL, filePath);
|
||||
WritePrivateProfileString(L"Rainmeter", L"Debug", NULL, filePath);
|
||||
}
|
||||
|
||||
result = unzGoToNextFile(ufile);
|
||||
|
Loading…
Reference in New Issue
Block a user