diff --git a/src/stremio_app/app.rs b/src/stremio_app/app.rs index ee66677..42d629a 100644 --- a/src/stremio_app/app.rs +++ b/src/stremio_app/app.rs @@ -77,7 +77,7 @@ impl MainWindow { fn transmit_window_visibility_change(&self) { if let (Ok(web_channel), Ok(style)) = ( self.webview.channel.try_borrow(), - self.saved_window_style.try_borrow() + self.saved_window_style.try_borrow(), ) { let (web_tx, _) = web_channel .as_ref()