diff options
author | fiaxh <git@lightrise.org> | 2022-07-29 19:54:54 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2022-08-20 21:09:42 +0200 |
commit | 6bfa70fc7045669be435d3757456e1da7d341927 (patch) | |
tree | cf33f0f6343cdb32e2e20829203c5cdd71a60997 /main/data/conversation_list_titlebar.ui | |
parent | 517363dfc9dab81c4b59310c739bcf71266fabe0 (diff) | |
download | dino-6bfa70fc7045669be435d3757456e1da7d341927.tar.gz dino-6bfa70fc7045669be435d3757456e1da7d341927.zip |
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
Diffstat (limited to 'main/data/conversation_list_titlebar.ui')
-rw-r--r-- | main/data/conversation_list_titlebar.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/data/conversation_list_titlebar.ui b/main/data/conversation_list_titlebar.ui index b72533e1..8fd8605b 100644 --- a/main/data/conversation_list_titlebar.ui +++ b/main/data/conversation_list_titlebar.ui @@ -15,7 +15,6 @@ <property name="hexpand">1</property> <child> <object class="GtkMenuButton" id="add_button"> - <property name="tooltip_text" translatable="1">Start Conversation</property> <property name="has-frame">False</property> <child> <object class="GtkImage"> |