settings dialog works now and reloads the session properly

This commit is contained in:
Igor Katson 2023-12-06 23:18:06 +00:00
parent e4543e1ba2
commit 9cbe16b387
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
13 changed files with 123 additions and 49 deletions

6
Cargo.lock generated
View file

@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "5.0.0-beta.0"
version = "5.0.0-beta.1"
dependencies = [
"anyhow",
"axum 0.7.1",
@ -1343,7 +1343,7 @@ dependencies = [
[[package]]
name = "librqbit-dht"
version = "4.1.0"
version = "5.0.0-beta.1"
dependencies = [
"anyhow",
"backoff",
@ -2002,7 +2002,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "5.0.0-beta.0"
version = "5.0.0-beta.1"
dependencies = [
"anyhow",
"clap",