This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / models / theme.go
86 B 5 lines
1package models 2 3type ThemePreference string 4 5const ThemeAuto ThemePreference = "auto"