Skip to content

Commit aeab217

Browse files
committed
'Reloaded' osd style now works on Windows as well
1 parent 6215bd7 commit aeab217

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/config/defaults.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ const struct config_item DEFAULT_VALUES[] = {
5454
{ "ignore_serials", CVT_BOOL, .v_bool = false },
5555

5656
/** OSD style and colors config */
57-
#ifndef _WIN32
5857
{ "osd_style", CVT_STRING, .v_str = "Reloaded.gtkstyle.css" },
59-
#else
60-
{ "osd_style", CVT_STRING, .v_str = "Classic.gtkstyle.css" },
61-
#endif
6258
{ "osd_colors/background", CVT_STRING, .v_str = "#101010" },
6359
{ "osd_colors/border", CVT_STRING, .v_str = "#00FF00" },
6460
{ "osd_colors/text", CVT_STRING, .v_str = "#16BF24" },

0 commit comments

Comments
 (0)