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();
|
||||
|
||||
label_.hide();
|
||||
ALabel::update();
|
||||
update();
|
||||
|
||||
// register for hyprland ipc
|
||||
gIPC->registerForIPC("activelayout", this);
|
||||
|
|
Loading…
Reference in New Issue