integrated launch terminal into launcher with option to show it

This commit is contained in:
aomizu
2025-05-31 12:14:35 +09:00
parent 0da226b916
commit a43965cf71
3 changed files with 156 additions and 7 deletions

View File

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