mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Remove feature
Remove an unnecessary feature that didn't work anyways
This commit is contained in:
parent
c1934f5f52
commit
2459d2035f
@ -353,7 +353,7 @@ export const Setting: Array<Setting> = [
|
||||
{
|
||||
key: SettingKeys.Window_Type,
|
||||
label: i18next.t("settings:windowType"),
|
||||
options: new Array(6).fill(null).map((_, i) => {
|
||||
options: new Array(5).fill(null).map((_, i) => {
|
||||
const windowType = (i + 1).toString();
|
||||
return {
|
||||
value: windowType,
|
||||
|
Loading…
Reference in New Issue
Block a user