mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Fix some toasts and notification position
This commit is contained in:
@@ -141,4 +141,13 @@ Singleton {
|
||||
device.trusted = true
|
||||
device.connect()
|
||||
}
|
||||
|
||||
function setBluetoothEnabled(enabled) {
|
||||
if (!adapter) {
|
||||
console.warn("BluetoothService: No adapter available")
|
||||
return
|
||||
}
|
||||
|
||||
adapter.enabled = enabled
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user