refactor(GUI): Moved windows to separate folder
This commit is contained in:
parent
fcfb777408
commit
082cc80159
@ -68,7 +68,7 @@ namespace big
|
||||
{
|
||||
if (ImGui::MenuItem(sessions[i].descr))
|
||||
{
|
||||
QUEUE_JOB_BEGIN_CLAUSE(=)
|
||||
QUEUE_JOB_BEGIN_CLAUSE(= )
|
||||
{
|
||||
features::functions::join_session_type(sessions[i]);
|
||||
}QUEUE_JOB_END_CLAUSE
|
Reference in New Issue
Block a user