From 74748ae725ca3cdcc450473ea0ccd245ab36533d Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 11 Jan 2026 20:09:37 +0100 Subject: ai import ui improvements --- src/main_linux.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main_linux.cpp') diff --git a/src/main_linux.cpp b/src/main_linux.cpp index 95177ef..092fd80 100644 --- a/src/main_linux.cpp +++ b/src/main_linux.cpp @@ -69,13 +69,13 @@ static void _create_window(bool is_setup_window) else { glfwWindowHint(GLFW_RESIZABLE, true); } - + + glfwWindowHint(GLFW_SAMPLES, 4); window = glfwCreateWindow(windowWidth, windowHeight, "OpenBooks", nullptr, nullptr); if (window == nullptr) return; glfwMakeContextCurrent(window); glfwSwapInterval(1); - glfwWindowHint(GLFW_SAMPLES, 4); IMGUI_CHECKVERSION(); ImGui::CreateContext(); -- cgit v1.2.3-70-g09d2