aboutsummaryrefslogtreecommitdiff
path: root/renderer/model.go
diff options
context:
space:
mode:
Diffstat (limited to 'renderer/model.go')
-rw-r--r--renderer/model.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/renderer/model.go b/renderer/model.go
index 102ce55..64b9946 100644
--- a/renderer/model.go
+++ b/renderer/model.go
@@ -10,6 +10,7 @@ type HeaderData struct {
NotificationCount int
CustomCSS string
FluorideMode bool
+ DarkMode bool
}
type NavbarData struct {
@@ -58,6 +59,7 @@ type NotificationData struct {
Notifications []*mastodon.Notification
HasNext bool
NextLink string
+ DarkMode bool
}
type UserData struct {
@@ -66,6 +68,7 @@ type UserData struct {
Statuses []*mastodon.Status
HasNext bool
NextLink string
+ DarkMode bool
}
type AboutData struct {