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