mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[WebHost] weighted-settings: Accept new options in switch for option type
This commit is contained in:
@@ -467,6 +467,18 @@ const buildWeightedSettingsDiv = (game, settings) => {
|
||||
settingWrapper.appendChild(rangeTable);
|
||||
break;
|
||||
|
||||
case 'items-list':
|
||||
// TODO
|
||||
break;
|
||||
|
||||
case 'locations-list':
|
||||
// TODO
|
||||
break;
|
||||
|
||||
case 'custom-list':
|
||||
// TODO
|
||||
break;
|
||||
|
||||
default:
|
||||
console.error(`Unknown setting type for ${game} setting ${setting}: ${settings[setting].type}`);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user