oh hell nah i aint changing the Package.resolved

This commit is contained in:
cranci1 2025-07-01 17:46:34 +02:00
parent 81393601e1
commit ad323efe34
2 changed files with 1 additions and 6 deletions

View file

@ -191,11 +191,6 @@ struct ContributorsView: View {
id: 71751652,
login: "qooode",
avatarUrl: "https://avatars.githubusercontent.com/u/71751652?v=4"
),
Contributor(
id: 8116188,
login: "undeaDD",
avatarUrl: "https://avatars.githubusercontent.com/u/8116188?v=4"
)
]
}

View file

@ -105,7 +105,7 @@ struct SettingsViewBackup: View {
VStack(spacing: 24) {
SettingsSection(
title: NSLocalizedString("Backup & Restore", comment: "Settings section title for backup and restore"),
footer: NSLocalizedString("Notice: This feature is still experimental. Please double-check your data after import/export.", comment: "Footer notice for experimental backup/restore feature")
footer: NSLocalizedString("Notice: This feature is still experimental. Please double-check your data after import/export. \nAlso note that when importing a backup your current data will be overwritten, it is not possible to merge yet.", comment: "Footer notice for experimental backup/restore feature")
) {
SettingsActionRow(
icon: "arrow.up.doc",