mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: incorrect error state
This commit is contained in:
parent
0137bf4610
commit
820deb2955
@ -225,7 +225,7 @@ class BootDialog(Gtk.Dialog):
|
||||
return
|
||||
if state == dialogs.ok:
|
||||
cell.set_property(prop, HEX_GREEN)
|
||||
elif state == dialogs.running:
|
||||
elif state == dialogs.failed:
|
||||
cell.set_property(prop, HEX_RED)
|
||||
else:
|
||||
cell.set_property(prop, None)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user