Add option to turn outline on & off

This commit is contained in:
Noisyfox
2024-08-30 23:25:03 +08:00
parent 445dc2b0f1
commit f244aed9c0
4 changed files with 16 additions and 1 deletions
+2
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