mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-08-25 21:49:35 +03:00
addhw: Refresh video model when relaunching dialog
Since values depend on VM config which can change between runs.
This commit is contained in:
@ -503,6 +503,9 @@ class vmmAddHardware(vmmGObjectUI):
|
||||
self.widget("fs-target").set_text("")
|
||||
self.widget("fs-readonly").set_active(False)
|
||||
|
||||
# Video params
|
||||
uihelpers.populate_video_combo(self.vm, self.widget("video-model"))
|
||||
|
||||
# Hide all notebook pages, so the wizard isn't as big as the largest
|
||||
# page
|
||||
notebook = self.widget("create-pages")
|
||||
|
Reference in New Issue
Block a user