mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 09:46:00 +01:00
default currentrules to null
This commit is contained in:
parent
f7db5eaf50
commit
6213328d2c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue