Use zenity password setter in static builds

This commit is contained in:
idk
2022-03-11 16:22:21 -05:00
parent 6cb3f81fb6
commit d64cb90795
3 changed files with 28 additions and 32 deletions

View File

@ -9,10 +9,6 @@ import (
var shutdown = false
func Password() string {
return ""
}
func runSysTray(down bool) {
}