From 567f37bb7b98233ce864cd88055df702a9e3059d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 4 Feb 2024 21:52:10 -0500 Subject: [PATCH] should be OFF BY DEFAULT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbbbeea7f..51a543d11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ option(WARNINGS_ARE_ERRORS "Whether warnings in furnace's C++ code should be tre option(WITH_DEMOS "Install demo songs" ON) option(WITH_INSTRUMENTS "Install instruments" ON) option(WITH_WAVETABLES "Install wavetables" ON) -option(SHOW_OPEN_ASSETS_MENU_ENTRY "Show option to open built-in assets directory (on supported platforms)" ON) +option(SHOW_OPEN_ASSETS_MENU_ENTRY "Show option to open built-in assets directory (on supported platforms)" OFF) set(DEPENDENCIES_INCLUDE_DIRS extern/IconFontCppHeaders src/icon)