accent color picking

added about
added saveSettings()
backported to 16.0
new title bar
This commit is contained in:
neon443
2025-05-06 09:36:56 +01:00
parent f03ea73813
commit 4157520ff4
15 changed files with 295 additions and 28 deletions

View File

@@ -59,7 +59,11 @@ struct ArchiveView: View {
adding: true
)
.presentationDragIndicator(.visible)
.presentationBackground(.ultraThinMaterial)
.apply {
if #available(iOS 16.4, *) {
$0.presentationBackground(.ultraThinMaterial)
}
}
}
}
}