Skip to content

Commit

Permalink
Fix sizing and fix zeroconf
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 committed Sep 12, 2024
1 parent 1a68947 commit 7081c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/onthespot/gui/qtui/main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>35</height>
<height>0</height>
</size>
</property>
<property name="text">
Expand All @@ -897,7 +897,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>35</height>
<height>0</height>
</size>
</property>
<property name="text">
Expand All @@ -910,7 +910,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>35</height>
<height>0</height>
</size>
</property>
<property name="text">
Expand Down
1 change: 0 additions & 1 deletion src/onthespot/worker/zeroconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7081c7a

Please sign in to comment.