Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Feb 18, 2024
1 parent 73bc36b commit 41de0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/launcher/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func NewUserMode() *Launcher {
}

// NewAppMode is a preset to run the browser like a native application.
// The u should be a URL.
func NewAppMode(u string) *Launcher {
l := New()
l.Set(flags.App, u).
Expand Down

0 comments on commit 41de0e8

Please sign in to comment.