[runner, color picker, run] remove os dection (#10648)

This commit is contained in:
Enrico Giordani
2021-04-08 07:10:05 -07:00
committed by GitHub
parent 97fdf10cea
commit aa5ff65b54
3 changed files with 72 additions and 82 deletions

View File

@@ -6,7 +6,6 @@
#include "Generated Files/resource.h"
#include <common/logger/logger.h>
#include <common/SettingsAPI/settings_objects.h>
#include <common/utils/os-detect.h>
#include <common/utils/resources.h>
#include <colorPicker/ColorPicker/ColorPickerConstants.h>
@@ -227,12 +226,8 @@ public:
{
ResetEvent(send_telemetry_event);
ResetEvent(m_hInvokeEvent);
// use only with new settings?
if (UseNewSettings())
{
launch_process();
m_enabled = true;
}
launch_process();
m_enabled = true;
};
virtual void disable()