mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-15 23:48:46 +00:00
Add notification interval setting
It replaces the "Auto refresh notifications" checkbox
This commit is contained in:
parent
856fe9e8c7
commit
c3d90539e9
6 changed files with 56 additions and 44 deletions
renderer
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue