mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Desktop integration (#2073)
* Open stash in system tray on Windows/MacOS * Add desktop notifications * MacOS Bundling * Add binary icon Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e48b2ba3e8
commit
0e514183a7
2
vendor/github.com/rs/zerolog/event.go
generated
vendored
2
vendor/github.com/rs/zerolog/event.go
generated
vendored
@@ -61,6 +61,7 @@ func newEvent(w LevelWriter, level Level) *Event {
|
||||
e.buf = enc.AppendBeginMarker(e.buf)
|
||||
e.w = w
|
||||
e.level = level
|
||||
e.stack = false
|
||||
return e
|
||||
}
|
||||
|
||||
@@ -317,7 +318,6 @@ func (e *Event) Errs(key string, errs []error) *Event {
|
||||
|
||||
// Err adds the field "error" with serialized err to the *Event context.
|
||||
// If err is nil, no field is added.
|
||||
// To customize the key name, change zerolog.ErrorFieldName.
|
||||
//
|
||||
// To customize the key name, change zerolog.ErrorFieldName.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user