1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

bluetooth: pairing dialog

- Allows connecting pin/passkey/confirmation dialogs
- Fixes inability to connect to many devices
- Dependent on un-merged quickshell PR: https://github.com/quickshell-mirror/quickshell/pull/138
This commit is contained in:
bbedward
2025-07-22 19:20:10 -04:00
parent 02bd9bbc72
commit 3157622c8b
4 changed files with 555 additions and 29 deletions

View File

@@ -16,6 +16,7 @@ ShellRoot {
delegate: TopBar {
modelData: item
}
}
// Global popup windows
@@ -43,6 +44,10 @@ ShellRoot {
id: wifiPasswordDialog
}
BluetoothPairingDialog {
id: bluetoothPairingDialog
}
NetworkInfoDialog {
id: networkInfoDialog
}
@@ -95,4 +100,5 @@ ShellRoot {
Toast {
id: toastWidget
}
}