settings page

This commit is contained in:
SaiD 2025-12-05 00:01:39 +05:30
parent 19eddcf496
commit 61f60ba11a
2 changed files with 28 additions and 31 deletions

View File

@ -86,8 +86,6 @@ fun SettingsScreen(
)
}
// Jaccard Threshold Slider and Distance Method
if (settings.isAutoCaptureOn) {
Column(
modifier = Modifier
.fillMaxWidth()
@ -121,5 +119,4 @@ fun SettingsScreen(
}
}
}
}
}