Documentation
¶
Index ¶
Constants ¶
View Source
const ( OSDefault = iota LightTheme DarkTheme )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { PomodoroLength time.Duration `json:"pomodoroLength"` SmallBreakLength time.Duration `json:"smallBreakLength"` BigBreakLength time.Duration `json:"bigBreakLength"` MinimizeAfterStart bool `json:"minimizeAfterStart"` Theme int8 `json:"theme"` }
func GetInstance ¶
func GetInstance() *Settings
Click to show internal directories.
Click to hide internal directories.