Change the default hold value when creating new profile as it creates issues. #284
This commit is contained in:
parent
19e083b5d0
commit
b369af826b
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ impl Default for Profile {
|
|||
syntax_theme_light: COSMIC_THEME_LIGHT.to_string(),
|
||||
tab_title: String::new(),
|
||||
working_directory: String::new(),
|
||||
hold: true,
|
||||
hold: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue