Skip to content

Commit

Permalink
fix: added tunnel port to native client context
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Sep 17, 2024
1 parent d14ef32 commit b437432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ impl App {
http_client: self.http_client.clone(),
base_url: lookup.url.clone(),
association: lookup.association.take(),
tunnel_port: lookup.tunnel_port,
});

// Start the servers
Expand Down

0 comments on commit b437432

Please sign in to comment.