ssh: Add session state indicator to title bar (#18645)
 The indicator turns yellow when ssh client is trying to reconnect. Note that the state tracking is probably not ideal (we'll see how it pans out once we start dog-fooding), but at the very least "green=good" should be a decent mental model for now. Release Notes: - N/A
This commit is contained in:
parent
e2d613a803
commit
19b186671b
4 changed files with 66 additions and 5 deletions
|
@ -317,6 +317,7 @@ impl SshClientDelegate {
|
|||
if release_channel == ReleaseChannel::Dev
|
||||
&& platform.arch == std::env::consts::ARCH
|
||||
&& platform.os == std::env::consts::OS
|
||||
&& false
|
||||
{
|
||||
use smol::process::{Command, Stdio};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue