mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix: update the device not connected message in config view
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user