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

Posted in: s/Lagrange
🚀 nana4

Sep 25 · 3 months ago

2 Comments ↓

🕹️ skyjake [mod...] · Sep 25 at 10:44:

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`).

🚀 nana4 [OP] · Sep 25 at 11:44:

OK, thanks, i already thought so. I'll let the overlay owner know so he can change the flags!