model: add file_count_preference for multi-file selection support

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia27c829dbcc21a7fcfc8e6f67f9e33276a6a6964
This commit is contained in:
raf 2026-02-28 23:40:34 +03:00
commit 0288be07f9
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 19 additions and 5 deletions

View file

@ -171,6 +171,7 @@ mod tests {
projects: None,
export_profiles: None,
export_server_side_projects_to_client: None,
file_count_preference: None,
};
assert!(config.export_server_side_projects_to_client.is_none());
}
@ -220,6 +221,7 @@ mod tests {
projects: None,
export_profiles: None,
export_server_side_projects_to_client: None,
file_count_preference: None,
};
let json = serde_json::to_string_pretty(&config).unwrap();