From fd7c2a2012e492d3db51ace23d9910e6a5a91d48 Mon Sep 17 00:00:00 2001 From: gardenapple Date: Tue, 20 Jun 2023 00:43:33 +0300 Subject: [PATCH] hyprland/language: Show language on startup --- src/modules/hyprland/language.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hyprland/language.cpp b/src/modules/hyprland/language.cpp index 3dfdb83..aa22a48 100644 --- a/src/modules/hyprland/language.cpp +++ b/src/modules/hyprland/language.cpp @@ -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);