mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
oh hell nah i aint changing the Package.resolved
This commit is contained in:
parent
81393601e1
commit
ad323efe34
2 changed files with 1 additions and 6 deletions
|
|
@ -191,11 +191,6 @@ struct ContributorsView: View {
|
||||||
id: 71751652,
|
id: 71751652,
|
||||||
login: "qooode",
|
login: "qooode",
|
||||||
avatarUrl: "https://avatars.githubusercontent.com/u/71751652?v=4"
|
avatarUrl: "https://avatars.githubusercontent.com/u/71751652?v=4"
|
||||||
),
|
|
||||||
Contributor(
|
|
||||||
id: 8116188,
|
|
||||||
login: "undeaDD",
|
|
||||||
avatarUrl: "https://avatars.githubusercontent.com/u/8116188?v=4"
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ struct SettingsViewBackup: View {
|
||||||
VStack(spacing: 24) {
|
VStack(spacing: 24) {
|
||||||
SettingsSection(
|
SettingsSection(
|
||||||
title: NSLocalizedString("Backup & Restore", comment: "Settings section title for backup and restore"),
|
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(
|
SettingsActionRow(
|
||||||
icon: "arrow.up.doc",
|
icon: "arrow.up.doc",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue