Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
7e48d30c
Commit
7e48d30c
authored
Apr 01, 2014
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide answering machine entries in preferences and menus
parent
b59ad443
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
preferences.py
blink/preferences.py
+3
-0
blink.ui
resources/blink.ui
+3
-0
No files found.
blink/preferences.py
View file @
7e48d30c
...
...
@@ -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
()):
...
...
resources/blink.ui
View file @
7e48d30c
...
...
@@ -1128,6 +1128,9 @@ padding: 2px;</string>
<property
name=
"text"
>
<string>
Enable
&
answering machine
</string>
</property>
<property
name=
"visible"
>
<bool>
false
</bool>
</property>
</action>
<action
name=
"sip_server_settings_action"
>
<property
name=
"text"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment