diff --git a/src/onthespot/gui/qtui/main.ui b/src/onthespot/gui/qtui/main.ui
index fb9e670..6961f40 100644
--- a/src/onthespot/gui/qtui/main.ui
+++ b/src/onthespot/gui/qtui/main.ui
@@ -884,7 +884,7 @@
0
- 35
+ 0
@@ -897,7 +897,7 @@
0
- 35
+ 0
@@ -910,7 +910,7 @@
0
- 35
+ 0
diff --git a/src/onthespot/worker/zeroconf.py b/src/onthespot/worker/zeroconf.py
index d6f5eac..40929e2 100644
--- a/src/onthespot/worker/zeroconf.py
+++ b/src/onthespot/worker/zeroconf.py
@@ -23,7 +23,6 @@ def new_session():
ZeroconfServer._ZeroconfServer__default_get_info_fields['clientID'] = CLIENT_ID
zs_builder = ZeroconfServer.Builder()
zs_builder.device_name = 'OnTheSpot'
- zs_builder.device_type = Connect.DeviceType.COMPUTER
zs_builder.conf.stored_credentials_file = session_json_path
zs = zs_builder.create()
logger.info("Zeroconf login service started")