mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Added GetEnabled in constructor (#1753)
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
|||||||
// Constructor
|
// Constructor
|
||||||
ImageResizerModule()
|
ImageResizerModule()
|
||||||
{
|
{
|
||||||
|
m_enabled = CSettings::GetEnabled();
|
||||||
app_name = GET_RESOURCE_STRING(IDS_IMAGERESIZER);
|
app_name = GET_RESOURCE_STRING(IDS_IMAGERESIZER);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user