@@ -198,8 +198,8 @@ const addDownload = () => {
});
}
-const resetStorage = () => {
- if (!confirm('Are you sure you want to reset the storage?')) {
+const resetConfig = () => {
+ if (!confirm('Are you sure you want to reset the local configuration? this will NOT delete any downloads or server configuration.')) {
return;
}
selectedFormat.value = 'any';