We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edcb70 commit 85cd7e1Copy full SHA for 85cd7e1
src/window/ComposeTweetWindow.vala
@@ -105,6 +105,8 @@ class ComposeTweetWindow : Gtk.ApplicationWindow {
105
if (mode == Mode.QUOTE) {
106
assert (reply_to != null);
107
this.title_label.label = _("Quote tweet");
108
+ add_image_button.sensitive = false;
109
+ fav_image_button.sensitive = false;
110
}
111
112
/* Let the text view immediately grab the keyboard focus */
0 commit comments