Merge pull request #1962 from maximbaz/hyprland-submap-init

This commit is contained in:
Alex 2023-01-20 23:46:08 +01:00 committed by GitHub
commit bc07a82579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ Submap::Submap(const std::string& id, const Bar& bar, const Json::Value& config)
// register for hyprland ipc
gIPC->registerForIPC("submap", this);
dp.emit();
}
Submap::~Submap() {