Skip to content

Commit

Permalink
Tart instance: pass "--no-audio" to "tart run" (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev authored Jul 18, 2024
1 parent b55b1be commit e1f87d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (vm *VM) Start(
go func() {
defer vm.wg.Done()

args := []string{"--no-graphics", "--no-clipboard"}
args := []string{"--no-graphics", "--no-clipboard", "--no-audio"}

if softnet {
args = append(args, "--net-softnet")
Expand Down

0 comments on commit e1f87d7

Please sign in to comment.