kkeybbs
Results
2
issues of
kkeybbs
New flag "--syslog-stderr" added. As "--syslog" logs too many to syslog, with this new flag, logs to stderr will be logged to both stderr and syslog, to reduce log size...
Two options `app.HiddenMinimizeButton` and `app.HiddenMaximizeButton` are added to create a window without minimize or/and maximize buttons. ## hide both minimize and maximize buttons ``` w := new(app.Window) w.Option(app.HiddenMinimizeButton(true), app.HiddenMaximizeButton(true)) ```...