Skip to content

Commit

Permalink
fix shortcut appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Nov 13, 2023
1 parent 8266af0 commit 91c0a3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rusq/wipemychat

go 1.18
go 1.21

require (
github.com/fatih/color v1.16.0
Expand Down
2 changes: 1 addition & 1 deletion internal/tui/chatlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
mtp "github.com/rusq/mtpwrap"
)

const infoText = "Press [Ctrl+Q] or [F10] to quit, [Ctrl+F] or [/] to search chats"
const infoText = "Press <Ctrl+Q> or <F10> to quit, <Ctrl+F> or </> to search chats"

func (app *App) initMain(context.Context) {
app.view.lvChats.
Expand Down

0 comments on commit 91c0a3f

Please sign in to comment.