bar can now toggle bluetooth power and discovery
This commit is contained in:
@@ -29,8 +29,10 @@ App::App() {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
auto bar = new Bar(monitor->gobj(), this->hyprlandService,
|
||||
this->trayService, hyprlandMonitor->id);
|
||||
this->trayService, this->bluetoothService, hyprlandMonitor->id);
|
||||
|
||||
bar->set_application(app);
|
||||
bar->show();
|
||||
|
||||
Reference in New Issue
Block a user