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:
parent
e47690a858
commit
0288be07f9
4 changed files with 19 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue