Add site permission settings
This commit is contained in:
@@ -8,6 +8,7 @@ mod plugin_details;
|
||||
mod plugins;
|
||||
mod profiles;
|
||||
mod reading_list;
|
||||
mod site_settings;
|
||||
mod sync;
|
||||
mod task_manager;
|
||||
|
||||
@@ -40,6 +41,9 @@ impl ElyShell {
|
||||
url if url.starts_with("ely://plugin/") => {
|
||||
self.render_plugin_detail_page(snapshot, url, cx)
|
||||
}
|
||||
url if url.starts_with("ely://site/") => {
|
||||
self.render_site_settings_page(snapshot, url, cx)
|
||||
}
|
||||
"ely://about" => self.render_about_page(snapshot),
|
||||
"ely://settings/plugins" => self.render_plugins_page(snapshot, cx),
|
||||
"ely://settings/profiles" => self.render_profiles_page(snapshot, cx),
|
||||
|
||||
Reference in New Issue
Block a user