1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

keybinds/cheasheet: support all providers

This commit is contained in:
bbedward
2025-11-09 16:26:15 -05:00
parent 47c5320d67
commit bba21408ea
6 changed files with 343 additions and 350 deletions

View File

@@ -513,11 +513,11 @@ Item {
active: false
HyprKeybindsModal {
id: hyprKeybindsModal
KeybindsModal {
id: keybindsModal
Component.onCompleted: {
PopoutService.hyprKeybindsModal = hyprKeybindsModal
PopoutService.hyprKeybindsModal = keybindsModal
}
}
}