mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Flip todoist over to multiview widget
This can also probably be made scrollable in the future as well
This commit is contained in:
@@ -149,7 +149,7 @@ func ToStrs(slice []interface{}) []string {
|
||||
results := []string{}
|
||||
|
||||
for _, val := range slice {
|
||||
results = append(results, val.(string))
|
||||
results = append(results, fmt.Sprintf("%v", val))
|
||||
}
|
||||
|
||||
return results
|
||||
|
||||
Reference in New Issue
Block a user