context menu opened by default for offline hosts

This commit is contained in:
R. Aidan Campbell 2018-07-29 16:13:42 -07:00
parent 88631e4a63
commit 23a9c2cd9e

View File

@ -195,6 +195,8 @@ GridView {
errorDialog.open()
}
}
} else if(!model.online) {
pcContextMenu.open()
}
}