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 946f4a003..97cace540 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 @@ -302,7 +302,7 @@ fun ImageVideoDescription( } } - if (uris.first().media.isVideo() == true) { + if (uris.first().media.isVideo() == true && mediaQualitySlider != 3) { SettingSwitchItem( title = R.string.video_codec_h265_label, description = R.string.video_codec_h265_description,