add idle timeout and version on settings screen

This commit is contained in:
2024-01-31 13:14:08 -08:00
parent 69f6a39396
commit 141334f7e2
9 changed files with 149 additions and 17 deletions

View File

@@ -8,10 +8,15 @@
},
"package": {
"productName": "creddy",
"version": "0.4.5"
"version": "0.4.6"
},
"tauri": {
"allowlist": {
"app": {
"all": true,
"show": false,
"hide": false
},
"os": {"all": true},
"dialog": {"open": true}
},