mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Display 600 for anonymous users
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<input type="radio" id="page_150" value="150" name="page_count" v-model.number="count" :disabled="locked" />
|
||||
<label for="page_150">150</label>
|
||||
<input type="radio" id="page_600" value="600" name="page_count" v-model.number="count" :disabled="locked || !allow600pages" />
|
||||
<label for="page_600" :class="{ locked: !allow600pages }">600</label>
|
||||
<label for="page_600" :class="{ locked: !locked && !allow600pages }">600</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user