Fixed kernelopts in VM settings
For some reason, they were not being displayed at all. Now fixed. fixes QubesOS/qubes-issues#4188
This commit is contained in:
parent
8d73952404
commit
bc15ef91ec
@ -648,6 +648,7 @@ class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, QtGui.QDialog):
|
||||
None,
|
||||
allow_default=True, allow_none=True)
|
||||
self.kernel.currentIndexChanged.connect(self.kernel_changed)
|
||||
self.kernel_opts.setText(getattr(self.vm, 'kernelopts', '[]'))
|
||||
else:
|
||||
self.kernel_groupbox.setVisible(False)
|
||||
|
||||
|
@ -483,6 +483,7 @@ border-width: 1px;</string>
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>50</weight>
|
||||
<italic>true</italic>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user