✨ feat: add the safe search field in the Cookie
struct (#210)
This commit is contained in:
parent
5c8cbee5d9
commit
d2e482251e
1 changed files with 2 additions and 0 deletions
|
@ -26,4 +26,6 @@ pub struct Cookie<'a> {
|
|||
pub colorscheme: &'a str,
|
||||
/// It stores the user selected upstream search engines selected from the UI.
|
||||
pub engines: Vec<&'a str>,
|
||||
/// It stores the user selected safe search level from the UI.
|
||||
pub safe_search_level: u8,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue