Add favorite limit settings

This commit is contained in:
2026-05-08 03:31:41 -04:00
parent e2d8b0cc6e
commit 569851eae9
7 changed files with 233 additions and 14 deletions
+2
View File
@@ -3,6 +3,7 @@ mod bookmark;
mod command;
mod download;
mod error;
mod favorite;
mod history;
mod identifiers;
mod new_tab;
@@ -26,6 +27,7 @@ pub use download::{
DownloadPolicy, DownloadSecurity, DownloadState,
};
pub use error::DomainError;
pub use favorite::FavoriteLimit;
pub use history::HistoryEntry;
pub use identifiers::{
BookmarkId, DownloadId, ProfileId, ReadingListId, SpaceId, SplitId, TabId, WebViewId,