diff options
Diffstat (limited to 'src/phone.vala')
-rw-r--r-- | src/phone.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phone.vala b/src/phone.vala index 820b9f4..18c698c 100644 --- a/src/phone.vala +++ b/src/phone.vala @@ -32,6 +32,7 @@ class Phone: Profile // build the static actions Action[] actions = {}; actions += root_action; + actions += create_supported_action (bluetooth); actions += create_enabled_action (bluetooth); actions += create_settings_action (); foreach (var a in actions) |