Commit e317ffd
authored
fix: fix resolution parsing with upper x (#157)
If you have set your resolution with an upper `x` like `1920X1080` instead of a lower one like `1920x1080` you end up with a crash. This PR makes sure to lower the resolution string before parsing.
Signed-off-by: Patrick Gehrsitz <github@mryel.de>1 parent c7c04ee commit e317ffd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments