mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 10:45:58 +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;
|
bool active = false;
|
||||||
|
|
||||||
xkb_rule_names currentRules;
|
xkb_rule_names currentRules = {0};
|
||||||
|
|
||||||
// For the list lookup
|
// For the list lookup
|
||||||
bool operator==(const SKeyboard& rhs) {
|
bool operator==(const SKeyboard& rhs) {
|
||||||
|
|
Loading…
Reference in a new issue