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:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user