mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-11-09 18:59:40 +00:00
Improve wording in log msg
This commit is contained in:
parent
ab36aeeae7
commit
54cf7c6989
|
@ -104,7 +104,7 @@ void newCreateGroup(CWindow* self)
|
|||
if (!handleGroupOperation(&pDwindleLayout))
|
||||
return;
|
||||
|
||||
Debug::log(LOG, "[dwindle-autogroup] Autogroupping dwindle child nodes");
|
||||
Debug::log(LOG, "[dwindle-autogroup] Collecting dwindle child nodes");
|
||||
|
||||
// Collect all child dwindle nodes, we'll want to add all of those into a group
|
||||
const auto P_DWINDLE_NODE = g_pNodeFromWindow(pDwindleLayout, self);
|
||||
|
|
Loading…
Reference in a new issue