Skip to content

Commit

Permalink
Remove bt check on start
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Mar 26, 2023
1 parent b407401 commit 926c744
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ofb_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ def is_start_possible(applet):
return False

# Is bluetooth adapter accessible
try:
openfreebuds_backend.bt_list_devices()
except BluetoothNotAvailableError:
tk_tools.message(t("no_bluetooth_error"), "Error", _leave)
return False
# try:
# openfreebuds_backend.bt_list_devices()
# except BluetoothNotAvailableError:
# tk_tools.message(t("no_bluetooth_error"), "Error", _leave)
# return False

return True

Expand Down

0 comments on commit 926c744

Please sign in to comment.