bump to version 0.3.11 (and enhance warning on profile deletion)

This commit is contained in:
2024-05-19 08:39:18 -06:00
parent 33a340326f
commit 210605c8e4
4 changed files with 15 additions and 5 deletions

View File

@@ -1388,7 +1388,8 @@ export default class AccountViewView extends Vue {
{
group: "modal",
type: "confirm",
title: "Are you sure you want to delete your profile picture?",
title:
"Note that anyone with you already as a contact will no longer see a picture, and you will have to reshare your data with them if you save a new picture. Are you sure you want to delete your profile picture?",
text: "",
onYes: this.deleteImage,
},