mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 20:21:54 -07:00
default currentrules to null
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user