Skip to content

Commit

Permalink
settings(qemu): fix "raw image" button
Browse files Browse the repository at this point in the history
Fixes #5100
  • Loading branch information
osy committed Mar 11, 2023
1 parent b23babb commit b755d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/UTMQemuConfigurationDrive.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ struct UTMQemuConfigurationDrive: UTMConfigurationDrive {
id.hash(into: &hasher)
imageType.hash(into: &hasher)
interface.hash(into: &hasher)
isRawImage.hash(into: &hasher)
}

func clone() -> UTMQemuConfigurationDrive {
Expand Down

0 comments on commit b755d4a

Please sign in to comment.