diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.vala b/src/main.vala index caee3b3..828a96b 100644 --- a/src/main.vala +++ b/src/main.vala @@ -26,7 +26,7 @@ public static int main (string[] args) Intl.textdomain (Config.GETTEXT_PACKAGE); // create the backend - var bluetooth = new Bluez (new RfKillSwitch ()); + var bluetooth = new Bluez (null); // start the service var service = new Service (bluetooth); |