fix crash on settings screen

This commit is contained in:
2023-11-26 15:01:13 +07:00
parent 34dceef4a3
commit 8439428ce1
7 changed files with 15 additions and 22 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2680,7 +2680,7 @@ dependencies = [
[[package]]
name = "lume"
version = "2.1.4"
version = "2.1.5"
dependencies = [
"keyring",
"serde",

View File

@@ -1,6 +1,6 @@
[package]
name = "lume"
version = "2.1.4"
version = "2.1.5"
description = "the communication app"
authors = ["Ren Amamiya"]
license = "GPL-3.0"

View File

@@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "2.1.4"
"version": "2.1.5"
},
"plugins": {
"fs": {