rework approval buttons and add hotkey for base approval

This commit is contained in:
2024-01-20 11:06:27 -08:00
parent 46b8d810c5
commit 7fdb336c79
9 changed files with 73 additions and 45 deletions

2
src-tauri/Cargo.lock generated
View File

@ -1035,7 +1035,7 @@ dependencies = [
[[package]]
name = "creddy"
version = "0.4.1"
version = "0.4.3"
dependencies = [
"argon2",
"auto-launch",

View File

@ -1,6 +1,6 @@
[package]
name = "creddy"
version = "0.4.2"
version = "0.4.3"
description = "A friendly AWS credentials manager"
authors = ["Joseph Montanaro"]
license = ""

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "creddy",
"version": "0.4.2"
"version": "0.4.3"
},
"tauri": {
"allowlist": {