Skip to content

Commit

Permalink
add 2 "1:1" resolutions to pick
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 25, 2024
1 parent cc0b570 commit 125d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ fun App()
modifier = Modifier.size(AV_SELECTOR_ICON_SIZE)) {
Icon(Icons.Filled.Refresh, null)
}
val items = listOf("480x270", "640x360", "640x480", "480x640", "960x540", "1280x720", "720x1280", "1920x1080", "1080x1920")
val items = listOf("480x270", "640x360", "640x480", "480x640", "960x540", "720x720", "1280x720", "720x1280", "1080x1080", "1920x1080", "1080x1920")
DropdownMenu(
expanded = resolution_expanded,
onDismissRequest = { resolution_expanded = false },
Expand Down

0 comments on commit 125d080

Please sign in to comment.