Merge remote-tracking branch 'origin/main' into race-condition-refactor

This commit is contained in:
2024-12-17 14:37:46 -07:00
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pub mod sonarr;
pub struct App<'a> {
navigation_stack: Vec<Route>,
network_tx: Option<Sender<NetworkEvent>>,
cancellation_token: CancellationToken,
pub cancellation_token: CancellationToken,
pub is_first_render: bool,
pub server_tabs: TabState,
pub error: HorizontallyScrollableText,