White / red number top left on all windows / dialogs
I'm using Lagrange 1.19.2 on Gentoo from the salfter overlay.
But for some reason i have a white/red number on the top left of each window and dialog. Likely for debugging. Can this be deactivated manually or is this somehow only possible in compilation?
Thank you! <3
Sep 25 · 3 months ago
2 Comments ↓
That indicator number is only visible in debug builds. It cannot be hidden with a runtime setting.
Unless you are a developer, you should not be running a debug build. I recommend fixing the compilation settings instead, so it's using the CMake "Release" or "RelWithDebInfo" build type (`-DCMAKE_BUILD_TYPE=Release`).
OK, thanks, i already thought so. I'll let the overlay owner know so he can change the flags!