About form improvements

This commit is contained in:
2025-10-01 08:10:06 +02:00
parent 8e7cc1d5d3
commit a760fd239a
3 changed files with 43 additions and 14 deletions

View File

@@ -22,5 +22,10 @@ namespace SamaPager_Server
{
Process.Start("https://andrestork.moe");
}
private void gitLnk_LinkClicked(object sender, EventArgs e)
{
Process.Start("https://git.fiorencis.eu/AndreStork/SamaPager");
}
}
}