[Plugins] Delete plugin data on removal
This commit is contained in:
parent
c10355ef70
commit
c8f54c1b0c
2 changed files with 5 additions and 2 deletions
|
@ -59,7 +59,7 @@ export default function PluginCard({ plugin, index }: PluginCardProps) {
|
|||
isDestructive: true,
|
||||
onPress: () => showConfirmationAlert({
|
||||
title: "Wait!",
|
||||
content: `Are you sure you wish to delete ${plugin.manifest.name}?`,
|
||||
content: `Are you sure you wish to delete ${plugin.manifest.name}? This will remove all of the plugin's data.`,
|
||||
confirmText: "Delete",
|
||||
cancelText: "Cancel",
|
||||
confirmColor: ButtonColors.RED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue