ssb: Show sync/stay connected options on the sidebar when relevant.

This commit is contained in:
2025-07-02 12:41:03 -04:00
parent db115ef1bd
commit 6e55b6b49e
3 changed files with 37 additions and 6 deletions

View File

@ -601,9 +601,13 @@ class TfElement extends LitElement {
.channels_latest=${this.channels_latest}
.channels_unread=${this.channels_unread}
@channelsetunread=${this.channel_set_unread}
@refresh=${this.refresh}
@toggle_stay_connected=${this.toggle_stay_connected}
.connections=${this.connections}
.private_messages=${this.private_messages}
.recent_reactions=${this.recent_reactions}
?is_administrator=${this.is_administrator}
?stay_connected=${this.stay_connected}
></tf-tab-news>
`;
} else if (this.tab === 'connections') {