hyprland/language: Show language on startup
This commit is contained in:
parent
4f14ce3285
commit
fd7c2a2012
|
@ -22,7 +22,7 @@ Language::Language(const std::string& id, const Bar& bar, const Json::Value& con
|
||||||
initLanguage();
|
initLanguage();
|
||||||
|
|
||||||
label_.hide();
|
label_.hide();
|
||||||
ALabel::update();
|
update();
|
||||||
|
|
||||||
// register for hyprland ipc
|
// register for hyprland ipc
|
||||||
gIPC->registerForIPC("activelayout", this);
|
gIPC->registerForIPC("activelayout", this);
|
||||||
|
|
Loading…
Reference in New Issue