diff options
Diffstat (limited to 'src/desktop.vala')
-rw-r--r-- | src/desktop.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.vala b/src/desktop.vala index 17d7cb6..7c99a45 100644 --- a/src/desktop.vala +++ b/src/desktop.vala @@ -52,6 +52,7 @@ class Desktop: Profile // build the static actions Action[] actions = {}; actions += root_action; + actions += create_supported_action (bluetooth); actions += create_enabled_action (bluetooth); actions += create_discoverable_action (bluetooth); actions += create_wizard_action (); |