Install plugin packages

This commit is contained in:
2026-05-07 22:53:39 -04:00
parent ea41c4656d
commit 6bd2e3f69f
6 changed files with 500 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ impl ElyShell {
"ely://downloads" => self.render_downloads_page(snapshot, cx),
"ely://history" => self.render_history_page(snapshot, cx),
"ely://archive" => self.render_archive_page(snapshot, cx),
"ely://settings/plugins" => self.render_plugins_page(snapshot),
"ely://settings/plugins" => self.render_plugins_page(snapshot, cx),
_ => render_default_page(tab),
}
}