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">