diff --git a/GUI/extenwindow.cpp b/GUI/extenwindow.cpp index 807d429..7f5c3cd 100644 --- a/GUI/extenwindow.cpp +++ b/GUI/extenwindow.cpp @@ -18,7 +18,7 @@ extern const char* EXTEN_WINDOW_INSTRUCTIONS; namespace { constexpr auto EXTEN_SAVE_FILE = u8"SavedExtensions.txt"; - constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Remove Repeated Phrases>Regex Filter>Copy to Clipboard>Bing Translate>Extra Window>Extra Newlines"; + constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Remove Repeated Phrases>Regex Filter>Copy to Clipboard>Bing Translate>Extra Window>Extra Newlines>Styler"; struct Extension { diff --git a/deploy.ps1 b/deploy.ps1 index 1348aa4..4f37191 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -44,6 +44,7 @@ foreach ($language in @{ "Bing Translate", "Copy to Clipboard", "DeepL Translate", + "DevTools DeepL Translate", "Extra Newlines", "Extra Window", "Google Translate", @@ -54,6 +55,7 @@ foreach ($language in @{ "Remove Repeated Phrases 2", "Remove 30 Repeated Sentences", "Replacer", + "Styler", "Thread Linker" )) { @@ -74,6 +76,8 @@ foreach ($arch in @("x86", "x64")) "LocaleEmulator.dll", "Qt5Core.dll", "Qt5Gui.dll", + "Qt5Network.dll", + "Qt5WebSockets.dll", "Qt5Widgets.dll", "platforms", "styles"