diff --git a/src/main.rs b/src/main.rs index e51cbfc..ab6ae8c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1181,7 +1181,6 @@ impl App { .and_then(|profile_id| self.config.profiles.get(&profile_id)) { Some(profile) => { - if !profile.tab_title.is_empty() {} let mut shell = None; if let Some(mut args) = shlex::split(&profile.command) { if !args.is_empty() {