From 23a9c2cd9e92a83908a108542c050e66d980e104 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Sun, 29 Jul 2018 16:13:42 -0700 Subject: [PATCH] context menu opened by default for offline hosts --- app/gui/PcView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/gui/PcView.qml b/app/gui/PcView.qml index ff55ca60..15797301 100644 --- a/app/gui/PcView.qml +++ b/app/gui/PcView.qml @@ -195,6 +195,8 @@ GridView { errorDialog.open() } } + } else if(!model.online) { + pcContextMenu.open() } }