Revert "Espresso" (#11235)

This commit is contained in:
Clint Rutkas
2021-05-12 11:22:34 -07:00
committed by GitHub
parent 803522ac7a
commit 48f2376aaa
45 changed files with 29 additions and 2242 deletions

View File

@@ -148,7 +148,7 @@ int runner(bool isProcessElevated, bool openSettings, bool openOobe)
chdir_current_executable();
// Load Powertoys DLLs
const std::array<std::wstring_view, 9> knownModules = {
const std::array<std::wstring_view, 8> knownModules = {
L"modules/FancyZones/fancyzones.dll",
L"modules/FileExplorerPreview/powerpreview.dll",
L"modules/ImageResizer/ImageResizerExt.dll",
@@ -157,7 +157,6 @@ int runner(bool isProcessElevated, bool openSettings, bool openOobe)
L"modules/PowerRename/PowerRenameExt.dll",
L"modules/ShortcutGuide/ShortcutGuide.dll",
L"modules/ColorPicker/ColorPicker.dll",
L"modules/Espresso/EspressoModuleInterface.dll",
};
for (const auto& moduleSubdir : knownModules)