notifications

This commit is contained in:
Fujiwara 2024-09-27 21:22:34 +03:00
parent c14ce7bbd4
commit 4d91f28523
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ Pos=323,541
Size=700,500
[Window][picker]
Pos=744,374
Pos=1081,307
Size=259,285
[Window][info-bar]
@ -15,7 +15,7 @@ Pos=1448,15
Size=457,45
[Window][ESP PREVIEW]
Pos=1100,253
Pos=1262,116
Size=350,450
[Window][##Notification]

View File

@ -500,8 +500,8 @@ namespace render_ui
{
ImVec2 pos = ImGui::GetWindowPos();
//if (page == 0)
// {
if (page == 0)
{
ImGui::GetWindowDrawList()->AddCircleFilled(ImVec2(pos.x + 105, pos.y + 40), 20, ImColor(26, 30, 29), 100);
ImGui::GetWindowDrawList()->AddText(font::lexend_regular, 16, ImVec2(pos.x + 135, pos.y + 25), ImColor(255, 255, 255), "Visual");
@ -525,7 +525,7 @@ namespace render_ui
}
}
ImGui::EndGroup();
// }
}
}
void Byte()