Commit c8ad6ec2 authored by Adrian Georgescu's avatar Adrian Georgescu

Added Tools menu entry to use own Internet domain with Blink

parent b86d4c85
......@@ -147,6 +147,7 @@ class MainWindow(base_class, ui_class):
self.search_for_people_action.triggered.connect(self._AH_SearchForPeople)
self.history_on_server_action.triggered.connect(self._AH_HistoryOnServer)
self.purchase_pstn_access_action.triggered.connect(self._AH_PurchasePstnAccess)
self.internet_domain_action.triggered.connect(partial(QDesktopServices.openUrl, QUrl(u'https://mdns.sipthor.net')))
self.contact_model.load()
......
......@@ -1030,6 +1030,7 @@ padding: 2px;</string>
<addaction name="search_for_people_action"/>
<addaction name="history_on_server_action"/>
<addaction name="purchase_pstn_access_action"/>
<addaction name="internet_domain_action"/>
<addaction name="separator"/>
<addaction name="file_transfers_action"/>
<addaction name="logs_action"/>
......@@ -1267,6 +1268,11 @@ padding: 2px;</string>
<string>Purchase access to PSTN...</string>
</property>
</action>
<action name="internet_domain_action">
<property name="text">
<string>Use your Internet domain with Blink...</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
......
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