From 51e0589bf9f4ea086540f5dc6e868deeec20b0c8 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Tue, 24 Aug 2021 23:13:57 +0200 Subject: [PATCH] fix(core): add missing flag in Wizard GUI --- espanso/src/cli/launcher/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/espanso/src/cli/launcher/mod.rs b/espanso/src/cli/launcher/mod.rs index cedb366..2000ff1 100644 --- a/espanso/src/cli/launcher/mod.rs +++ b/espanso/src/cli/launcher/mod.rs @@ -134,6 +134,7 @@ fn launcher_main(args: CliModuleArgs) -> i32 { || is_migrate_page_enabled || is_add_path_page_enabled || is_accessibility_page_enabled + || is_wrong_edition_page_enabled { espanso_modulo::wizard::show(WizardOptions { version: crate::VERSION.to_string(),