mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-22 00:39:58 -05:00
ags: sync
This commit is contained in:
@@ -83,7 +83,7 @@ const keyboardItself = (kbJson) => {
|
||||
children: row.map(key => {
|
||||
return Button({
|
||||
className: `osk-key osk-key-${key.shape}`,
|
||||
hexpand: (key.shape == "space" || key.shape == "expand"),
|
||||
hexpand: ["space", "expand"].includes(key.shape),
|
||||
label: key.label,
|
||||
setup: (button) => {
|
||||
let pressed = false;
|
||||
|
||||
Reference in New Issue
Block a user