Default the GUI's websocket URI to localhost instead of brewpi

This commit is contained in:
2026-06-20 22:56:54 +02:00
parent 3289288488
commit 62dcd6b541
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3666,7 +3666,7 @@
</rect>
</property>
<property name="plainText">
<string>ws://brewpi:8765</string>
<string>ws://localhost:8765</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
+1 -1
View File
@@ -1290,7 +1290,7 @@ class Ui_MainWindow(object):
self.label_5.setText(_translate("MainWindow", "Power [W]"))
self.label_7.setText(_translate("MainWindow", "State"))
self.label_state.setText(_translate("MainWindow", "State"))
self.plainTextUri.setPlainText(_translate("MainWindow", "ws://brewpi:8765"))
self.plainTextUri.setPlainText(_translate("MainWindow", "ws://localhost:8765"))
self.label_8.setText(_translate("MainWindow", "Host"))
self.menu_File.setTitle(_translate("MainWindow", "&File"))
self.menu_Help.setTitle(_translate("MainWindow", "&Help"))