Skip to content

Commit

Permalink
webapp: Allow upload of language packs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Oct 21, 2024
1 parent e29b86e commit c3d3d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/views/ConfigAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<select class="form-select" v-model="restoreFileSelect">
<option selected value="config.json">Main Config (config.json)</option>
<option selected value="pin_mapping.json">Pin Mapping (pin_mapping.json)</option>
<option selected value="pack.lang.json">Language Pack (pack.lang.json)</option>
</select>
</div>
<div class="col-sm">
Expand Down

0 comments on commit c3d3d94

Please sign in to comment.