chore: update gpui and nostr-sdk

This commit is contained in:
2025-06-30 08:20:15 +07:00
parent b212095334
commit abb1474300
22 changed files with 196 additions and 120 deletions

View File

@@ -518,7 +518,7 @@ impl TabPanel {
};
Some(
Button::new(SharedString::from(format!("toggle-dock:{:?}", placement)))
Button::new(SharedString::from(format!("toggle-dock:{placement:?}")))
.icon(icon)
.small()
.ghost()