specify that it's for security so users don't get annoyed

This commit is contained in:
Vendicated 2024-07-04 18:47:33 +02:00
parent 0d203ac21d
commit f341c5e5bb
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -68,7 +68,7 @@ if (Settings.store[vencordDir]) {
() =>
Alerts.show({
title: "Custom Vencord Location",
body: "Due to changes in Vesktop, your custom Vencord location had to bee reset. Please set it again in the settings.",
body: "Due to security hardening changes in Vesktop, your custom Vencord location had to be reset. Please configure it again in the settings.",
onConfirm: () => delete Settings.store[vencordDir]
}),
5000