Render archived tabs internal page

This commit is contained in:
2026-05-07 21:23:00 -04:00
parent dc421b5e78
commit d40e33c206
2 changed files with 142 additions and 2 deletions
@@ -18,6 +18,7 @@ fn internal_page_title(url: &str) -> Option<&'static str> {
"ely://new-tab" => Some("New Tab"),
"ely://downloads" => Some("Downloads"),
"ely://history" => Some("History"),
"ely://archive" => Some("Archived Tabs"),
"ely://settings" => Some("Settings"),
"ely://settings/plugins" => Some("Plugin Settings"),
"ely://settings/profiles" => Some("Profile Settings"),