Skip to content

Commit

Permalink
fix settings bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel-Innovapps committed Mar 8, 2024
1 parent 494a3a2 commit d868a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "jira-tempo-time-tracker",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div class="inputs">
<div>
<div>Open Time table by default</div>
<input type="checkbox" bind:value={config.general.openTimeTable} />
<input type="checkbox" bind:checked={config.general.openTimeTable} />
</div>
</div>
</div>
Expand Down

0 comments on commit d868a8e

Please sign in to comment.