Add reading list internal page
This commit is contained in:
@@ -6,6 +6,7 @@ pub enum CommandScope {
|
||||
Spaces,
|
||||
Tabs,
|
||||
Bookmarks,
|
||||
ReadingList,
|
||||
History,
|
||||
Settings,
|
||||
Plugins,
|
||||
@@ -49,6 +50,7 @@ fn parse_scope(value: &str) -> Option<(CommandScope, &str)> {
|
||||
"@spaces" => CommandScope::Spaces,
|
||||
"@tabs" => CommandScope::Tabs,
|
||||
"@bookmarks" => CommandScope::Bookmarks,
|
||||
"@reading-list" | "@reading" => CommandScope::ReadingList,
|
||||
"@history" => CommandScope::History,
|
||||
"@settings" => CommandScope::Settings,
|
||||
"@plugins" => CommandScope::Plugins,
|
||||
|
||||
Reference in New Issue
Block a user