mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-24 05:47:06 +03:00
default currentrules to null
This commit is contained in:
parent
f7db5eaf50
commit
6213328d2c
@ -71,7 +71,7 @@ struct SKeyboard {
|
||||
|
||||
bool active = false;
|
||||
|
||||
xkb_rule_names currentRules;
|
||||
xkb_rule_names currentRules = {0};
|
||||
|
||||
// For the list lookup
|
||||
bool operator==(const SKeyboard& rhs) {
|
||||
|
Loading…
Reference in New Issue
Block a user