Commit 7e48d30c authored by Dan Pascu's avatar Dan Pascu

Hide answering machine entries in preferences and menus

parent b59ad443
......@@ -284,6 +284,9 @@ class PreferencesWindow(base_class, ui_class):
self.tail_length_slider.hide()
self.tail_length_value_label.hide()
# Hide the answering machine section for now as it's not implemented -Dan
self.answering_machine_group_box.hide()
self.section_group = QActionGroup(self)
self.section_group.setExclusive(True)
for index, action in enumerate(action for action in self.toolbar.actions() if not action.isSeparator()):
......
......@@ -1128,6 +1128,9 @@ padding: 2px;</string>
<property name="text">
<string>Enable &amp;answering machine</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="sip_server_settings_action">
<property name="text">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment