From 7c9f861926b6859d5837ee6bd371dd5d40aa6dda Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 23 Jan 2022 00:30:57 -0700 Subject: [PATCH] most people won't bother with styler --- GUI/extenwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/extenwindow.cpp b/GUI/extenwindow.cpp index 56cdabc..6b5ed52 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>Regex Filter>Copy to Clipboard>Google Translate>Extra Window>Extra Newlines>Styler"; + constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Regex Filter>Copy to Clipboard>Google Translate>Extra Window>Extra Newlines"; struct Extension {