diff -r c6114b3af3a6 -r 272c84c7c87e src/gl/common.h --- a/src/gl/common.h Sun Feb 02 00:51:06 2020 +0200 +++ b/src/gl/common.h Sun Feb 02 00:58:59 2020 +0200 @@ -157,5 +157,6 @@ QColor mainColor{255, 255, 64}; QColor backgroundColor{48, 48, 48}; GLfloat lineThickness = 2.0f; + bool lineAntiAliasing = true; }; }