Add notification interval setting

It replaces the "Auto refresh notifications" checkbox
This commit is contained in:
r 2020-11-14 14:08:16 +00:00
parent 856fe9e8c7
commit c3d90539e9
6 changed files with 56 additions and 44 deletions
renderer

View file

@ -23,12 +23,12 @@ type NavData struct {
}
type CommonData struct {
Title string
CustomCSS string
CSRFToken string
Count int
AutoRefresh bool
Target string
Title string
CustomCSS string
CSRFToken string
Count int
RefreshInterval int
Target string
}
type ErrorData struct {