Always use bars menu icon

This commit is contained in:
Craig Drummond
2016-07-07 18:48:07 +01:00
parent b0eac263fd
commit c715e27d5c

View File

@@ -71,7 +71,7 @@ if (WIN32)
set(USE_SYSTEM_MENU_ICON OFF)
option(ENABLE_TOUCH_SUPPORT "Enable option to make interface more touch-friendly" ON)
else (WIN32)
option(USE_SYSTEM_MENU_ICON "Use system menu icon" ON)
option(USE_SYSTEM_MENU_ICON "Use system menu icon" OFF)
option(ENABLE_TOUCH_SUPPORT "Enable option to make interface more touch-friendly" OFF)
endif (WIN32)
option(ENABLE_CDPARANOIA "Enable CDParanoia libraries (required for AudioCD support)" ON)