summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-10-14 08:56:30 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-10-14 08:56:30 +0200
commit5565cd0961aaa204599e0af57fd8806a65758c10 (patch)
tree95c1c191beb01c435b235869772d890c8065c451
parentc2e72f699295d792fd790bfd5e4d48b5c646ceb6 (diff)
downloadgnome-contacts-nielsdg/hide-link-button-for-now.tar.gz
main-window: Hide the link buttonnielsdg/hide-link-button-for-now
There's definitely something going wrong with linking contacts, as it forgets any link between app restarts. Since we really don't want to expose something that's completely broken to our users, hide the button that allows the linking. It's a shitty workaround for now.
-rw-r--r--data/ui/contacts-main-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/contacts-main-window.ui b/data/ui/contacts-main-window.ui
index 3d01bdc..fd8f0a1 100644
--- a/data/ui/contacts-main-window.ui
+++ b/data/ui/contacts-main-window.ui
@@ -167,7 +167,7 @@
</child>
<child>
<object class="GtkButton" id="link_button">
- <property name="focus_on_click">False</property>
+ <property name="visible">False</property>
<property name="label" translatable="yes" comments="Link refers to the verb, from linking contacts together">Link</property>
<property name="tooltip-text" translatable="yes">Link Selected Contacts Together</property>
<property name="action-name">win.link-marked-contacts</property>