allow poorcels to have frontsize of 10

pull/214/head
Aevann 2023-10-12 22:27:37 +03:00
parent 80fa4baa27
commit 843afdf598
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ def settings_personal_post(v):
session['poor'] = request.values.get("poor", v.poor) == 'true'
if session['poor']:
v.show_sigs = False
v.frontsize = 25
if v.frontsize > 25:
v.frontsize = 25
slur_filter_updated = updated or update_potentially_permanent_flag("slurreplacer", "slurreplacer", "slur replacer", 192)
if isinstance(slur_filter_updated, bool):