[WIP] Task editing
This commit is contained in:
@ -17,6 +17,7 @@ func NewMainPage(common *common.Common) *MainPage {
|
||||
}
|
||||
|
||||
m.activePage = NewReportPage(common, common.TW.GetReport(common.TW.GetConfig().Get("uda.tasksquire.report.default")))
|
||||
// m.activePage = NewTaskEditorPage(common, taskwarrior.Task{})
|
||||
|
||||
return m
|
||||
|
||||
|
||||
Reference in New Issue
Block a user