You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
When Use Trackpad is enabled from UTM.app GUI, it is not saved in config.plist
When I add it manually to config.plist file as below, the setting is kept until I made another change and save from UTM.app GUI.
<key>Trackpad</key>
<true/>
Configuration
UTM Version: 4.3.0 (82)
macOS Version: 13.4
Mac Chip (Intel, M1, ...): M1 Max
The text was updated successfully, but these errors were encountered:
I am having the same issue and I think I know why it is happening.
In UTMAppleConfigurationVirtualization.swift, the developers forgot to encode the Trackpad preference when saving. The following line should be added to func encode(to encoder: Encoder):
Describe the issue
When Use Trackpad is enabled from UTM.app GUI, it is not saved in config.plist
When I add it manually to config.plist file as below, the setting is kept until I made another change and save from UTM.app GUI.
Configuration
The text was updated successfully, but these errors were encountered: