mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Manage Dialog: Added "UseD2D" option in the Settings Tab
If changed, all skins are refreshed Option is disabled on systems that do not support D2D
This commit is contained in:
@ -2072,7 +2072,7 @@ bool MeterWindow::ReadSkin()
|
||||
ReadOptions();
|
||||
|
||||
// Temporarily read "__UseD2D" from skin for easy testing
|
||||
bool useD2D = GetRainmeter().CanUseD2D();
|
||||
bool useD2D = GetRainmeter().GetUseD2D();
|
||||
if (revision_beta)
|
||||
{
|
||||
useD2D = 0!=m_Parser.ReadInt(L"Rainmeter", L"__UseD2D", useD2D ? 1 : 0);
|
||||
|
Reference in New Issue
Block a user