mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-11-09 18:59:40 +00:00
Fix formatting
This commit is contained in:
parent
c62024d74d
commit
a826dfbebc
|
@ -113,7 +113,8 @@ void toggleGroup(std::string args)
|
|||
|
||||
if (PWINDOW->m_sGroupData.pNextWindow) {
|
||||
groupDissolve(PNODE, cur_dwindle);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
groupCreate(PNODE, cur_dwindle);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue