Merge branch 'rolling' into feat-inform-user-when-no-engines-are-selected
This commit is contained in:
commit
017036ed00
14 changed files with 201 additions and 114 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
Add a link
Reference in a new issue