mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Added Version tab to About dialog
- Fixed: Treeview in Manage Skins tab didn't update on Refresh All - Fixed: Backup button in Manage Themes didn't work when path contained space
This commit is contained in:
@ -2177,9 +2177,6 @@ void CRainmeter::CreateDefaultConfigFile(const std::wstring& strFile)
|
||||
|
||||
void CRainmeter::ReloadSettings()
|
||||
{
|
||||
// TODO FIXME
|
||||
// UpdateDialog();
|
||||
|
||||
ScanForConfigs(m_SkinPath);
|
||||
ScanForThemes(GetSettingsPath() + L"Themes");
|
||||
ReadGeneralSettings(m_IniFile);
|
||||
@ -3528,6 +3525,8 @@ void CRainmeter::RefreshAll()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
CDialogManage::UpdateSkins(NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user