diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ func onActivate(app *gtk.Application) { // do this after server starts on = true buttonSwitch.SetLabel("Stop") - statusLabel.SetText(fmt.Sprintf("Serving\n%s\nOn http://localhost:%s", dir, port)) + statusLabel.SetMarkup(fmt.Sprintf("Serving\n%s\nOn <a href='http://localhost:%s'>http://localhost:%s</a>", dir, dir, port)) browseButton.SetCanFocus(false) portInput.SetEditable(false) portInput.SetCanFocus(false) |