Hide VFS setting

This commit is contained in:
Benoit Martins 2025-09-04 15:00:09 +02:00
parent 5b6e2e1c0a
commit 3c56f09130

View file

@ -77,6 +77,8 @@ struct SettingsFragment: View {
ScrollView {
VStack(spacing: 0) {
// TODO: Wait for VFS fix
/*
HStack(alignment: .center) {
Text("settings_security_title")
.default_text_style_800(styleSize: 18)
@ -134,6 +136,7 @@ struct SettingsFragment: View {
.zIndex(-1)
.transition(.move(edge: .top))
}
*/
HStack(alignment: .center) {
Text("settings_calls_title")