mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Add option to hide attachments
This commit is contained in:
parent
1e750f89b1
commit
f380371654
6 changed files with 43 additions and 16 deletions
|
@ -6,12 +6,13 @@ import (
|
|||
)
|
||||
|
||||
type Context struct {
|
||||
MaskNSFW bool
|
||||
FluorideMode bool
|
||||
ThreadInNewTab bool
|
||||
DarkMode bool
|
||||
CSRFToken string
|
||||
UserID string
|
||||
HideAttachments bool
|
||||
MaskNSFW bool
|
||||
FluorideMode bool
|
||||
ThreadInNewTab bool
|
||||
DarkMode bool
|
||||
CSRFToken string
|
||||
UserID string
|
||||
}
|
||||
|
||||
type NavData struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue