hotfix: Fix display window mode button (forEach)

This commit is contained in:
themitosan 2023-12-20 05:12:56 -03:00
parent 3cd9b9b8c2
commit b4aa5a9384
2 changed files with 4 additions and 1 deletions

View file

@ -242,7 +242,7 @@
<div class="DIV_settingsEntry DIV_settingsEntryFlex">
<label id="LABEL_SETTINGS_UPDATER_SELECTED_CI">Current workflow</label>:
<select id="SELECT_settingsUpdaterCurrentCI" class="SELECT_settings">
<!-- workflow list goes here -->
<!-- Workflow list goes here -->
</select>
</div>

View file

@ -30,6 +30,9 @@ temp_DESIGN = {
'SKIP_UNKNOW_TILING'
],
// Game list display modes
gameListDisplayModes: ['normal', 'compact', 'grid'],
// Render hack list
renderHacklist: function(){