1
0
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:
Anand Sudhir Prayaga
2018-06-19 14:22:08 +02:00
parent 95cd6ee23c
commit 65ef6fc9eb
44 changed files with 61 additions and 61 deletions

View File

@@ -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(),
}