|
@@ -25,6 +25,12 @@
|
|
|
<p class="text-muted small help-text">See reblogs from accounts you follow in your home feed. (Home timeline only)</p>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="form-check pb-3">
|
|
|
+ <input class="form-check-input" type="checkbox" name="photo_reblogs_only" {{$userSettings['photo_reblogs_only'] ? 'checked':''}}>
|
|
|
+ <label class="form-check-label font-weight-bold" for="">Photo reblogs only</label>
|
|
|
+ <p class="text-muted small help-text">Only see reblogs of photos or photo albums. (Home timeline only)</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="form-group row mt-5 pt-5">
|
|
|
<div class="col-12 text-right">
|
|
|
<hr>
|