Add site permission clear confirmation

This commit is contained in:
2026-05-08 03:58:21 -04:00
parent 4988fd7c70
commit 177399dd1c
5 changed files with 214 additions and 0 deletions
+2
View File
@@ -36,6 +36,7 @@ pub struct ElyShell {
download_action_error: Option<String>,
download_clear_confirmation: bool,
download_security_confirmation: Option<PendingDownloadFileAction>,
site_permissions_clear_confirmation: Option<ProfileId>,
plugin_install_error: Option<String>,
pending_plugin_install: Option<PendingPluginInstall>,
pending_plugin_uninstall: Option<PendingPluginUninstall>,
@@ -97,6 +98,7 @@ impl ElyShell {
download_action_error: None,
download_clear_confirmation: false,
download_security_confirmation: None,
site_permissions_clear_confirmation: None,
plugin_install_error: None,
pending_plugin_install: None,
pending_plugin_uninstall: None,