mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Rename widget logging to logger to maintain consistency
This commit is contained in:
@@ -21,7 +21,7 @@ type Widget struct {
|
||||
|
||||
func NewWidget() *Widget {
|
||||
widget := Widget{
|
||||
TextWidget: wtf.NewTextWidget(" Logs ", "logging", true),
|
||||
TextWidget: wtf.NewTextWidget(" Logs ", "logger", true),
|
||||
|
||||
filePath: logFilePath(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user