We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1d731 commit 6ec2d86Copy full SHA for 6ec2d86
src/MainView.vala
@@ -165,7 +165,6 @@ public class Bluetooth.MainView : Switchboard.SettingsPage {
165
device_model.append (device);
166
}
167
168
- // Exists as separate function so we can disconnect when devices are removed
169
private void on_device_changed (Variant changed, string[] invalidated) {
170
var paired = changed.lookup_value ("Paired", new VariantType ("b"));
171
if (paired != null) {
0 commit comments