ThorstenB: checkbox to enable looped replay
(LinuxTag 2011 demo feature ;-) )
This commit is contained in:
parent
2b54e87da8
commit
04dbaa1d9a
2 changed files with 10 additions and 0 deletions
|
@ -87,6 +87,15 @@
|
|||
</binding>
|
||||
</combo>
|
||||
|
||||
<checkbox>
|
||||
<row>2</row><col>1</col>
|
||||
<halign>left</halign>
|
||||
<property>/sim/replay/looped</property>
|
||||
<label>Looped replay</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -674,6 +674,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<replay>
|
||||
<duration type="double">90</duration>
|
||||
<view type="int">1</view>
|
||||
<looped type="bool">true</looped>
|
||||
</replay>
|
||||
|
||||
<airport>
|
||||
|
|
Loading…
Reference in a new issue