Skip to content

Commit c69a915

Browse files
committed
Add tooltip
1 parent 54ecd1d commit c69a915

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/code-studio/src/main/AppMainContainer.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,11 @@ export class AppMainContainer extends Component<
910910
)}
911911
</span>
912912
}
913-
tooltip="User Settings"
913+
tooltip={
914+
isDisconnected && !isAuthFailed
915+
? 'Server disconnected'
916+
: 'User Settings'
917+
}
914918
/>
915919
</div>
916920
</div>

0 commit comments

Comments
 (0)