hyprland/language: Show language on startup

This commit is contained in:
gardenapple
2023-06-20 00:43:33 +03:00
parent 4f14ce3285
commit fd7c2a2012

View File

@ -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);