fix: update the device not connected message in config view

This commit is contained in:
Suyog Tandel
2026-06-17 23:25:25 +05:30
parent ce75094e5c
commit 9401d10d6e
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -264,6 +264,9 @@ See [LICENSE](LICENSE) for full details.
- **Suyog Tandel** ([@lockedmutex](https://github.com/lockedmutex))
- **Fabrice Bellamy** ([@Lab-8916100448256](https://github.com/Lab-8916100448256))
> We are looking for new maintainers who can help us with actively maintaining the repository.
> If you are interested, please reach out to us on [Matrix](https://matrix.to/#/%23librekeys:matrix.org) or [Discord](https://discord.gg/6wYBpSHJY2).
## Package Maintainers
- **JetCookies** ([@jetcookies](https://github.com/jetcookies)): Maintainer of the [Nix](https://nixos.org/) package.
+1 -1
View File
@@ -817,7 +817,7 @@ impl Render for ConfigView {
.border_1()
.border_color(theme.border)
.rounded_xl()
.child(div().text_color(theme.muted_foreground).child("No Content")),
.child(div().text_color(theme.muted_foreground).child("No Device Connected")),
theme,
)
.into_any_element();