Skip to content

Commit 125d080

Browse files
committed
add 2 "1:1" resolutions to pick
1 parent cc0b570 commit 125d080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ fun App()
11461146
modifier = Modifier.size(AV_SELECTOR_ICON_SIZE)) {
11471147
Icon(Icons.Filled.Refresh, null)
11481148
}
1149-
val items = listOf("480x270", "640x360", "640x480", "480x640", "960x540", "1280x720", "720x1280", "1920x1080", "1080x1920")
1149+
val items = listOf("480x270", "640x360", "640x480", "480x640", "960x540", "720x720", "1280x720", "720x1280", "1080x1080", "1920x1080", "1080x1920")
11501150
DropdownMenu(
11511151
expanded = resolution_expanded,
11521152
onDismissRequest = { resolution_expanded = false },

0 commit comments

Comments
 (0)