mirror of https://github.com/quasar/Quasar.git
Small fix
This commit is contained in:
parent
b1ffa97a85
commit
0e6ad51dd1
|
@ -347,6 +347,7 @@ private void ctxtReconnect_Click(object sender, EventArgs e)
|
|||
|
||||
private void ctxtUninstall_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (lstClients.SelectedItems.Count == 0) return;
|
||||
if (
|
||||
MessageBox.Show(
|
||||
string.Format(
|
||||
|
|
Loading…
Reference in New Issue