added vanilla-tweaks

This commit is contained in:
aomizu
2025-06-03 13:58:42 +09:00
parent e2300fd843
commit ea879d4d51
5 changed files with 273 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ type UserPrefs struct {
EnvironmentVariables string `json:"environment_variables"`
SaveSudoPassword bool `json:"save_sudo_password"`
ShowTerminalNormally bool `json:"show_terminal_normally"`
EnableVanillaTweaks bool `json:"enable_vanilla_tweaks"`
}
func getPrefsPath() (string, error) {