New: reddit linux_gaming
[gofetch.git] / src / be / nikiroo / gofetch / support / BasicSupport.java
index 42761c9a82d1a7cd39bcd3bc96dd46e862f608a2..ec19c3207fbbba7447da4ce5e419da9060f742b8 100644 (file)
@@ -601,6 +601,9 @@ public abstract class BasicSupport {
                        case SEPT_SUR_SEPT:
                                support = new SeptSurSept();
                                break;
+                       case REDDIT:
+                               support = new Reddit();
+                               break;
                        }
 
                        if (support != null) {