mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
comment out discovery button
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -51,7 +51,7 @@ class RecentSessions: Reactor.Component {
|
||||
sessions = sessions.map(this.getSession);
|
||||
return <div style="width: *">
|
||||
<div .recent-sessions-title>RECENT SESSIONS</div>
|
||||
<button .button #discover>DISCOVER</button>
|
||||
{ false && <button .button #discover>DISCOVER</button>}
|
||||
<div .recent-sessions-content key={sessions.length}>
|
||||
{sessions}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user