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
aa2432b2
Commit
aa2432b2
authored
Nov 06, 2022
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update help and release notes urls
parent
fd49df63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mainwindow.py
blink/mainwindow.py
+2
-2
No files found.
blink/mainwindow.py
View file @
aa2432b2
...
...
@@ -177,12 +177,12 @@ class MainWindow(base_class, ui_class):
self
.
about_action
.
triggered
.
connect
(
self
.
about_panel
.
show
)
self
.
add_account_action
.
triggered
.
connect
(
self
.
preferences_window
.
show_add_account_dialog
)
self
.
manage_accounts_action
.
triggered
.
connect
(
self
.
preferences_window
.
show_for_accounts
)
self
.
help_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
'http
://icanblink.com/help
/'
)))
self
.
help_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
'http
s://icanblink.com/help/manual-qt
/'
)))
self
.
preferences_action
.
triggered
.
connect
(
self
.
preferences_window
.
show
)
self
.
auto_accept_chat_action
.
triggered
.
connect
(
self
.
_AH_AutoAcceptChatActionTriggered
)
self
.
received_messages_sound_action
.
triggered
.
connect
(
self
.
_AH_ReceivedMessagesSoundActionTriggered
)
self
.
answering_machine_action
.
triggered
.
connect
(
self
.
_AH_EnableAnsweringMachineActionTriggered
)
self
.
release_notes_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
'http
://icanblink.com/changelog
/'
)))
self
.
release_notes_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
'http
s://icanblink.com/changelog-linux
/'
)))
self
.
quit_action
.
triggered
.
connect
(
self
.
_AH_QuitActionTriggered
)
# Call menu actions
...
...
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