We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdc38e commit ba29f52Copy full SHA for ba29f52
1 file changed
ground/gcs/src/libs/extensionsystem/pluginerrorview.cpp
@@ -102,9 +102,11 @@ void PluginErrorView::update(PluginSpec *spec)
102
case PluginSpec::Stopped:
103
text = tr("Stopped");
104
tooltip = tr("Plugin was shut down");
105
+ break;
106
case PluginSpec::Deleted:
107
text = tr("Deleted");
108
tooltip = tr("Plugin ended its life cycle and was deleted");
109
110
}
111
m_ui->state->setText(text);
112
m_ui->state->setToolTip(tooltip);
0 commit comments