admin: add build tags to "About"

build tags like e2ee and external are now included in the about page.
This commit is contained in:
Harvey Tindall
2024-08-11 17:55:12 +01:00
parent d2c7bf06f7
commit ab3989f233
10 changed files with 28 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@ import (
var TRAY = true
func BuildTagsTray() {
buildTags = append(buildTags, "tray")
}
func RunTray() {
systray.Run(onReady, onExit)
}