We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf07e commit 077d1e8Copy full SHA for 077d1e8
1 file changed
ground/gcs/src/plugins/uavobjectbrowser/uavobjecttreemodel.cpp
@@ -122,7 +122,7 @@ void UAVObjectTreeModel::setManuallyChangedColor(QColor color)
122
123
int UAVObjectTreeModel::recentlyUpdatedTimeout() const
124
{
125
- return m_settings.value("recentlyUpdatedTimeout", 500).toInt();
+ return m_settings.value("recentlyUpdatedTimeout", 300).toInt();
126
}
127
128
void UAVObjectTreeModel::setRecentlyUpdatedTimeout(int timeout)
0 commit comments