small QoL

This commit is contained in:
irisz64
2025-07-01 21:21:14 +02:00
parent 4f618d35e0
commit d72cad61b1
4 changed files with 45 additions and 25 deletions

View File

@@ -8,7 +8,6 @@
std::string savePath;
bool SettingsWindow::render() {
static bool applyEnabled = false;
ImGui::OpenPopup("Settings", ImGuiPopupFlags_None);
ImVec2 center = ImGui::GetMainViewport()->GetCenter();
ImGui::SetNextWindowPos(center, ImGuiCond_Appearing, ImVec2(0.5f, 0.5f));