should be OFF BY DEFAULT

This commit is contained in:
tildearrow 2024-02-04 21:52:10 -05:00
parent e911f1e5cf
commit 567f37bb7b

View file

@ -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)