diff --git a/src/app/commands/cmd_options.cpp b/src/app/commands/cmd_options.cpp index babc4c9c1..6b062df38 100644 --- a/src/app/commands/cmd_options.cpp +++ b/src/app/commands/cmd_options.cpp @@ -365,10 +365,6 @@ private: } void onOpenThemeFolder() { - ui::Alert::show(PACKAGE - "<<%s" - "||&OK", themeFolder().c_str()); - launcher::open_folder(themeFolder()); }