Show inactive VMs by default

So that users don't panic and ask where their VMs are...
This commit is contained in:
Joanna Rutkowska 2011-04-05 18:10:19 +02:00
parent b50a1afcb6
commit bdd906e845

View File

@ -364,7 +364,7 @@ class VmManagerWindow(QMainWindow):
max_visible_rows = 14
update_interval = 1000 # in msec
fw_rules_apply_check_interval = 5000
show_inactive_vms = False
show_inactive_vms = True
columns_states = { 0: [0, 1], 1: [0, 2, 3] }
def __init__(self, parent=None):