Add option to turn outline on & off

This commit is contained in:
Noisyfox
2024-08-30 23:11:47 +08:00
parent afbc19b756
commit 13b8c8667d
4 changed files with 16 additions and 1 deletions

View File

@@ -200,6 +200,8 @@ void AppConfig::set_defaults()
if (get("show_3d_navigator").empty())
set_bool("show_3d_navigator", true);
if (get("show_outline").empty())
set_bool("show_outline", false);
#ifdef _WIN32