Skip to content

Commit ee5a018

Browse files
committed
help: Add button to new page for users to Install Nyxt.
1 parent 349ea5f commit ee5a018

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/help.lisp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,11 @@ The value is saved to clipboard."
452452
:class "container"
453453
(:main
454454
(:nav
455+
(when (appimage-p)
456+
(:nbutton
457+
:text "Install Desktop Shortcut"
458+
:title "Install a `.desktop` entry so that Nyxt can be ran from your launcher."
459+
'(add-desktop-entry)))
455460
(:nbutton
456461
:text "Quick-Start"
457462
:title "Display a short tutorial."

0 commit comments

Comments
 (0)