diff options
author | erorcun <erayorcunus@gmail.com> | 2020-08-24 23:57:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 23:57:30 +0200 |
commit | e01f24902525744c2c097d32dc9e6637e0c2273e (patch) | |
tree | 1b10202b6f99dd002b00df1973a0b4c6965a0150 /src/core/config.h | |
parent | small fix (diff) | |
parent | new frontend customization (diff) | |
download | re3-e01f24902525744c2c097d32dc9e6637e0c2273e.tar re3-e01f24902525744c2c097d32dc9e6637e0c2273e.tar.gz re3-e01f24902525744c2c097d32dc9e6637e0c2273e.tar.bz2 re3-e01f24902525744c2c097d32dc9e6637e0c2273e.tar.lz re3-e01f24902525744c2c097d32dc9e6637e0c2273e.tar.xz re3-e01f24902525744c2c097d32dc9e6637e0c2273e.tar.zst re3-e01f24902525744c2c097d32dc9e6637e0c2273e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index c4b4fc77..498be8f3 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -249,7 +249,8 @@ enum Config { # define SCROLLABLE_STATS_PAGE // only draggable by mouse atm # define TRIANGLE_BACK_BUTTON //# define CIRCLE_BACK_BUTTON -# define GRAPHICS_MENU_OPTIONS +# define CUSTOM_FRONTEND_OPTIONS +# define GRAPHICS_MENU_OPTIONS // otherwise Advanced Options menu will appear if Display is full #endif // Script |