From 6bfa70fc7045669be435d3757456e1da7d341927 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 29 Jul 2022 19:54:54 +0200 Subject: Disable tooltips for GTK 4.6.4 - 4.6.6 A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941 --- main/src/ui/chat_input/view.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/src/ui/chat_input') diff --git a/main/src/ui/chat_input/view.vala b/main/src/ui/chat_input/view.vala index 81f2bd0f..3de060c6 100644 --- a/main/src/ui/chat_input/view.vala +++ b/main/src/ui/chat_input/view.vala @@ -41,6 +41,8 @@ public class View : Box { }); emoji_button.set_popover(chooser); + file_button.tooltip_text = Util.string_if_tooltips_active(_("Send a file")); + Util.force_css(frame, "* { border-radius: 3px; }"); return this; -- cgit v1.2.3-54-g00ecf