mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
apprt/gtk: fix website link in about window
This commit is contained in:
@ -735,7 +735,7 @@ fn gtkActionAbout(
|
|||||||
|
|
||||||
const name = "Ghostty";
|
const name = "Ghostty";
|
||||||
const icon = "com.mitchellh.ghostty";
|
const icon = "com.mitchellh.ghostty";
|
||||||
const website = "https://github.com/ghostty-org/ghostty";
|
const website = "https://ghostty.org";
|
||||||
|
|
||||||
if ((comptime adwaita.versionAtLeast(1, 5, 0)) and
|
if ((comptime adwaita.versionAtLeast(1, 5, 0)) and
|
||||||
adwaita.versionAtLeast(1, 5, 0) and
|
adwaita.versionAtLeast(1, 5, 0) and
|
||||||
|
Reference in New Issue
Block a user