switch to WidgetRef

This commit is contained in:
2025-12-07 15:18:39 -05:00
parent f9376eb6d4
commit 089ed08c16
6 changed files with 32 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ pub struct Login {
pub struct LoggedIn {
pub network: NetHandle,
pub msgs: Vec<NetServerMsg>,
pub channel: Option<WidgetId<Span>>,
pub channel: Option<WidgetRef<Span>>,
pub username: String,
}