We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6215bd7 commit aeab217Copy full SHA for aeab217
src/config/defaults.c
@@ -54,11 +54,7 @@ const struct config_item DEFAULT_VALUES[] = {
54
{ "ignore_serials", CVT_BOOL, .v_bool = false },
55
56
/** OSD style and colors config */
57
-#ifndef _WIN32
58
{ "osd_style", CVT_STRING, .v_str = "Reloaded.gtkstyle.css" },
59
-#else
60
- { "osd_style", CVT_STRING, .v_str = "Classic.gtkstyle.css" },
61
-#endif
62
{ "osd_colors/background", CVT_STRING, .v_str = "#101010" },
63
{ "osd_colors/border", CVT_STRING, .v_str = "#00FF00" },
64
{ "osd_colors/text", CVT_STRING, .v_str = "#16BF24" },
0 commit comments