Remove feature

Remove an unnecessary feature that didn't work anyways
This commit is contained in:
RedstonewolfX 2024-07-30 14:32:54 -04:00
parent c1934f5f52
commit 2459d2035f

View File

@ -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,