Add webtop button

This commit is contained in:
crschnick 2024-09-20 06:40:00 +00:00
parent f893a5c812
commit 6eb70ea7e5
3 changed files with 8 additions and 0 deletions

View file

@ -115,6 +115,12 @@ public class AppLayoutModel {
null,
() -> Hyperlinks.open(
"http://localhost:" + AppBeaconServer.get().getPort()),
null),
new Entry(
AppI18n.observable("webtop"),
"mdi2d-desktop-mac",
null,
() -> Hyperlinks.open(Hyperlinks.GITHUB_WEBTOP),
null)));
return l;
}

View file

@ -12,6 +12,7 @@ public class Hyperlinks {
public static final String SECURITY = "https://docs.xpipe.io/security";
public static final String TRANSLATE = "https://github.com/xpipe-io/xpipe/tree/master/lang";
public static final String DISCORD = "https://discord.gg/8y89vS8cRb";
public static final String GITHUB_WEBTOP = "https://github.com/xpipe-io/xpipe-webtop";
public static final String SELFHST_ICONS = "https://github.com/selfhst/icons";
public static final String SLACK =
"https://join.slack.com/t/XPipe/shared_invite/zt-1awjq0t5j-5i4UjNJfNe1VN4b_auu6Cg";

View file

@ -69,3 +69,4 @@ devolutions=Devolutions
tryPtb=XPipe Public Test Build
zed=Zed
windowsCredentialManager=Windows credential manager
webtop=Webtop