Skip to content

Commit

Permalink
fix: add saturday as option for 'start of week' setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 12, 2024
1 parent 854b116 commit 80db006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/settings/DaystartSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ div
div
h5.mt-1.mb-2.mb-sm-0 Start of week
div
b-form-select(:text="startOfWeek", size="sm" v-model="startOfWeek" variant="outline-dark" :options="['Sunday', 'Monday']")
b-form-select(:text="startOfWeek", size="sm" v-model="startOfWeek" variant="outline-dark" :options="['Saturday', 'Sunday', 'Monday']")
small
| The weekday which starts a new week.
</template>
Expand Down

1 comment on commit 80db006

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b18 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b18 (click to expand)

Please sign in to comment.