differentiate sessions dialog's between start gui vs open from menu, add delete button to sessions dialog, remove fix width in TMenubutton for dark theme

This commit is contained in:
Huy Pham 2020-01-15 15:23:49 -08:00
parent 41bf279f76
commit 084b25779b
7 changed files with 45 additions and 10 deletions

View file

@ -68,3 +68,6 @@ class ImageEnum(Enum):
DOCKER = "docker"
LXC = "lxc"
ALERT = "alert"
DELETE = "delete"
SHUTDOWN = "shutdown"
CANCEL = "cancel"