Instruction text and screenshot updated
This commit is contained in:
@@ -205,7 +205,7 @@ func (pane TaskPane) setHintMessage() {
|
|||||||
if len(projectPane.projects) == 0 {
|
if len(projectPane.projects) == 0 {
|
||||||
pane.hint.SetText("Welcome to the organized life!\n------------------------------\n Create TaskList/Project at the bottom of Projects pane.\n (Press p,n) \n\nHelp - https://bit.ly/cli-task")
|
pane.hint.SetText("Welcome to the organized life!\n------------------------------\n Create TaskList/Project at the bottom of Projects pane.\n (Press p,n) \n\nHelp - https://bit.ly/cli-task")
|
||||||
} else {
|
} else {
|
||||||
pane.hint.SetText("Select a TaskList/Project to load tasks.\nPress p,n to create new Project.\n\nHelp - https://bit.ly/cli-task")
|
pane.hint.SetText("Select a TaskList/Project (Press Enter) to load tasks.\nOr create a new Project (Press p,n).\n\nHelp - https://bit.ly/cli-task")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add: For help - https://bit.ly/cli-task
|
// Add: For help - https://bit.ly/cli-task
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 381 KiB After Width: | Height: | Size: 453 KiB |
Reference in New Issue
Block a user