Add general new tab settings

This commit is contained in:
2026-05-08 03:13:37 -04:00
parent 6750f60d52
commit 4bdbf5e0c5
14 changed files with 369 additions and 22 deletions
+2
View File
@@ -5,6 +5,7 @@ mod download;
mod error;
mod history;
mod identifiers;
mod new_tab;
mod plugin;
mod profile;
mod reading_list;
@@ -28,6 +29,7 @@ pub use history::HistoryEntry;
pub use identifiers::{
BookmarkId, DownloadId, ProfileId, ReadingListId, SpaceId, SplitId, TabId, WebViewId,
};
pub use new_tab::NewTabDestination;
pub use plugin::{
PluginContributionPoint, PluginId, PluginManifest, PluginPermission, PluginPermissionRisk,
PluginSignature, PluginSignatureAlgorithm,