Skip to content

Commit

Permalink
[ModConfig] Allow quickly resetting the file number to "1"
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed May 16, 2024
1 parent a8ca060 commit bc60fe5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/components/ModConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@
:disabled="!modConfig.data.numberFiles"
>
</div>
<button
class="circle fill medium"
title="Reset file number to 1"
@click="modConfig.data.curNumber = 1"
>
<i>restart_alt</i>
</button>
</div>
<nav class="v-switch">
<div class="max">
Expand Down

0 comments on commit bc60fe5

Please sign in to comment.