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( Column(
modifier = Modifier modifier = Modifier
.fillMaxWidth() .fillMaxWidth()
@ -122,4 +120,3 @@ fun SettingsScreen(
} }
} }
} }
}