mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-16 05:37:57 +03:00
c1a3ddcd1c
Unlike `ListPreference`, this preference class uses integers as its values instead of strings, avoiding unnecessary casting. It also doesn't require an array for values: in that case it will be using the clicked entry position as its value.