Make grid configurable via settings

This commit is contained in:
Adam Chalmers
2025-06-20 15:41:56 -05:00
parent bc136c302c
commit 287d0ef296
3 changed files with 32 additions and 22 deletions

View File

@ -141,6 +141,7 @@ pub async fn new_context(with_auth: bool, current_file: Option<PathBuf>) -> Resu
replay: None,
project_directory: None,
current_file: None,
fixed_size_grid: true,
};
if let Some(current_file) = current_file {
settings.with_current_file(crate::TypedPath(current_file));