1
0
Fork 0
forked from gitea/nas

Add profile bio markdown option

This commit is contained in:
KMY 2023-07-07 08:45:01 +09:00
parent fc87e18044
commit ebb0dec334
6 changed files with 18 additions and 3 deletions

View file

@ -107,6 +107,10 @@ module HasUserSettings
settings['theme']
end
def setting_bio_markdown
settings['bio_markdown']
end
def setting_display_media
settings['web.display_media']
end