Skip to content

Commit

Permalink
fix(composer): keep media sensitivity on edit
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Feb 28, 2024
1 parent 354cde1 commit de85fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dialogs/Composer/AttachmentsPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ public class Tuba.AttachmentsPage : ComposerPage {
halign = Gtk.Align.CENTER,
// translators: sensitive as in not safe for work or similar
tooltip_text = _("Mark media as sensitive"),
css_classes = {"flat"}
css_classes = {"flat"},
active = status.sensitive
};
sensitive_media_button.bind_property (
"active",
Expand Down

0 comments on commit de85fa3

Please sign in to comment.