mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
chore: fix linter problems in work space (remove unuseds etc.)
This commit is contained in:
parent
b494a69a76
commit
5099c61705
@ -138,7 +138,7 @@ func (t *Tracker) Main() {
|
||||
if titleFooter != "" {
|
||||
w.Option(app.Title(fmt.Sprintf("Sointu Tracker - %v", titleFooter)))
|
||||
} else {
|
||||
w.Option(app.Title(fmt.Sprintf("Sointu Tracker")))
|
||||
w.Option(app.Title("Sointu Tracker"))
|
||||
}
|
||||
}
|
||||
gtx := app.NewContext(&ops, e)
|
||||
|
Reference in New Issue
Block a user