Commit 7f6114ab authored by Saul Ibarra's avatar Saul Ibarra

Renamed server settings window title

parent ee3a54c9
...@@ -590,8 +590,8 @@ class ServerToolsWindow(base_class, ui_class): ...@@ -590,8 +590,8 @@ class ServerToolsWindow(base_class, ui_class):
self.tab_widget.removeTab(0) # remove the tab(s) added in designer self.tab_widget.removeTab(0) # remove the tab(s) added in designer
self.tab_widget.tabBar().hide() self.tab_widget.tabBar().hide()
self.account_button.setMenu(QMenu(self.account_button)) self.account_button.setMenu(QMenu(self.account_button))
self.setWindowTitle('Account Settings on SIP Server') self.setWindowTitle('Blink Services on SIP Server')
self.setWindowIconText('SIP Server page') self.setWindowIconText('Blink Services')
self.model = model self.model = model
self.tab_widget.addTab(ServerToolsWebView(self), '') self.tab_widget.addTab(ServerToolsWebView(self), '')
font = self.account_label.font() font = self.account_label.font()
......
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