mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
SkinInstaller: Added support for 3cae4f7
This commit is contained in:
@ -1248,8 +1248,6 @@ void CRainmeter::CreateComponentFolders(bool defaultIniLocation)
|
||||
path = GetLayoutPath();
|
||||
if (_waccess(path.c_str(), 0) == -1)
|
||||
{
|
||||
// TODO: If Skin Installer creates Layouts first, old Themes is not migrated.
|
||||
|
||||
std::wstring themesPath = m_SettingsPath + L"Themes";
|
||||
if (_waccess(themesPath.c_str(), 0) != -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user