fix: correct gb keyboard layout name

This commit is contained in:
DreamMaoMao 2025-10-15 10:39:47 +08:00
parent 5d93f17a90
commit af982c46e1
2 changed files with 4 additions and 2 deletions

View file

@ -907,6 +907,8 @@ cleanup_layouts:
cleanup_context:
xkb_context_unref(context);
printstatus();
return 0;
}