diff options
Diffstat (limited to 'modules/bluetooth')
-rwxr-xr-x | modules/bluetooth | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bluetooth b/modules/bluetooth index 88a7a56..5dea2b0 100755 --- a/modules/bluetooth +++ b/modules/bluetooth @@ -11,10 +11,10 @@ get_bluetooth() if [ "$status" == "active" ] then - echo "" + echo "$BLUETOOTH_ON_ICON" else : - #echo "" + #echo "$BLUETOOTH_OFF_ICON" fi } |