diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/creators/uploads/ImageVideoDescription.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/creators/uploads/ImageVideoDescription.kt index ab51d4cb3..725af41bb 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/creators/uploads/ImageVideoDescription.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/creators/uploads/ImageVideoDescription.kt @@ -108,7 +108,7 @@ fun ImageVideoDescription( // Codec selection: false = H264, true = H265 var useH265Codec by remember { mutableStateOf(false) } - var stripMetadata by remember { mutableStateOf(true) } + var stripMetadata by remember { mutableStateOf(accountViewModel.account.settings.stripLocationOnUpload) } Column( modifier =