Commit 09bc7bc2 authored by Don Gagne's avatar Don Gagne

Simulation button should be checkable

Without this, when you go to airframe config and the current config is
Simulation it will not be selected. Hence you won’t know what the
current config is.
parent e1eb9f42
......@@ -358,6 +358,9 @@
<property name="text">
<string>Simulation Setup</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment