added keychain support

This commit is contained in:
aomizu
2025-05-30 08:29:30 +09:00
parent 48e950c399
commit 6c221dc16f
5 changed files with 157 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ type UserPrefs struct {
TurtleWoWPath string `json:"turtlewow_path"`
CrossOverPath string `json:"crossover_path"`
EnvironmentVariables string `json:"environment_variables"`
SaveSudoPassword bool `json:"save_sudo_password"`
}
func getPrefsPath() (string, error) {