diff --git a/src/main.tsx b/src/main.tsx index 88142657..d8fc4c48 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1327,7 +1327,7 @@ class InfoMsg extends React.Component<{}, {}> { - screen is now shared at [link] + started sharing screen at [link] diff --git a/src/webshare-elems.tsx b/src/webshare-elems.tsx index 5856e8be..c38152de 100644 --- a/src/webshare-elems.tsx +++ b/src/webshare-elems.tsx @@ -25,8 +25,6 @@ let foo = LinesView; // TODO reshare // TODO debounce some of the updates -// TODO image size -// TODO rtnstate function makeFullRemoteRef(ownerName : string, remoteRef : string, name : string) : string { if (isBlank(ownerName) && isBlank(name)) { @@ -387,6 +385,19 @@ class WebLineCmdView extends React.Component<{line : T.WebLine, cmd : T.WebCmd, + + + + state unchanged + + + + new state + + {cmd.rtnstatestr} + + + ); }