From 1ab0d5fb96624e0fb92b961fc02b3e6344126033 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 11 Jan 2026 16:20:15 +0100 Subject: add icons for external providers --- src/main_linux.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main_linux.cpp') diff --git a/src/main_linux.cpp b/src/main_linux.cpp index b317ab1..95177ef 100644 --- a/src/main_linux.cpp +++ b/src/main_linux.cpp @@ -74,7 +74,8 @@ static void _create_window(bool is_setup_window) if (window == nullptr) return; glfwMakeContextCurrent(window); - glfwSwapInterval(1); // Enable vsync + glfwSwapInterval(1); + glfwWindowHint(GLFW_SAMPLES, 4); IMGUI_CHECKVERSION(); ImGui::CreateContext(); -- cgit v1.2.3-70-g09d2