Browse Source

Warn user when in a video room

merge-requests/2150/head
Bryant Mairs 1 week ago
parent
commit
7be7eebb7c
  1. 5
      src/session_view/room_history/mod.blp

5
src/session_view/room_history/mod.blp

@ -68,6 +68,11 @@ template $ContentRoomHistory: Adw.Bin {
content: Gtk.Box {
orientation: vertical;
Adw.Banner video_room_banner {
title: _("Video room - other clients may not show messages you send in this room.");
revealed: bind template.timeline as <$Timeline>.room as <$Room>.is-video-room;
}
$ContentVerificationInfoBar verification_info_bar {
verification: bind template.timeline as <$Timeline>.room as <$Room>.verification;
}

Loading…
Cancel
Save