Add option to turn outline on & off

This commit is contained in:
Noisyfox 2024-08-30 23:11:47 +08:00
parent 445dc2b0f1
commit f244aed9c0
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