mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Added GetEnabled in constructor (#1753)
This commit is contained in:
parent
a4749d376a
commit
068e803bc8
@ -37,6 +37,7 @@ public:
|
||||
// Constructor
|
||||
ImageResizerModule()
|
||||
{
|
||||
m_enabled = CSettings::GetEnabled();
|
||||
app_name = GET_RESOURCE_STRING(IDS_IMAGERESIZER);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user