add option to toggle filtering

This commit is contained in:
StapleButter
2017-12-07 02:50:05 +01:00
parent 18bcefe83b
commit e4f030149b
6 changed files with 18 additions and 5 deletions

View File

@ -35,6 +35,7 @@ int ScreenRotation;
int ScreenGap;
int ScreenLayout;
int ScreenSizing;
int ScreenFilter;
int DirectBoot;
@ -88,6 +89,7 @@ ConfigEntry ConfigFile[] =
{"ScreenGap", 0, &ScreenGap, 0, NULL, 0},
{"ScreenLayout", 0, &ScreenLayout, 0, NULL, 0},
{"ScreenSizing", 0, &ScreenSizing, 0, NULL, 0},
{"ScreenFilter", 0, &ScreenFilter, 1, NULL, 0},
{"DirectBoot", 0, &DirectBoot, 1, NULL, 0},