mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Add UseD2D to preserved settings
This commit is contained in:
parent
3921369f35
commit
d862324887
@ -2679,6 +2679,7 @@ bool CRainmeter::LoadLayout(const std::wstring& name)
|
||||
PreserveSetting(backup, L"TrayExecuteR", false);
|
||||
PreserveSetting(backup, L"TrayExecuteDM", false);
|
||||
PreserveSetting(backup, L"TrayExecuteDR", false);
|
||||
PreserveSetting(backup, L"UseD2D");
|
||||
|
||||
// Set wallpaper if it exists
|
||||
if (_waccess(wallpaper.c_str(), 0) != -1)
|
||||
|
Loading…
Reference in New Issue
Block a user