diff options
Diffstat (limited to 'src/phone.vala')
-rw-r--r-- | src/phone.vala | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/phone.vala b/src/phone.vala index 2b0b96b..cce016e 100644 --- a/src/phone.vala +++ b/src/phone.vala @@ -62,7 +62,15 @@ class Phone: Profile void show_settings (string panel) { + +#if HAS_URLDISPATCHER + UrlDispatch.send ("settings:///system/bluetooth"); + +#endif + + return; + } Action create_settings_action () |