Moved/re-ordered local weather dialogs
as discussed with Thorsten Renk. Suggestions on better namings for menu items still welcome.
This commit is contained in:
parent
7db6c6f876
commit
92b3358f83
1 changed files with 12 additions and 9 deletions
|
@ -329,14 +329,7 @@
|
|||
|
||||
<item>
|
||||
<label>Local Weather</label>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>local_weather</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Local Weather Tiles</label>
|
||||
<name>local_weather</name>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>local_weather_tiles</dialog-name>
|
||||
|
@ -344,7 +337,8 @@
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<label>Local Weather Config</label>
|
||||
<label>Local Weather Settings</label>
|
||||
<name>local_weather_config</name>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>local_weather_config</dialog-name>
|
||||
|
@ -690,6 +684,15 @@
|
|||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Local Weather (Test)</label>
|
||||
<name>local_weather</name>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>local_weather</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Print Visible Scene Info</label>
|
||||
<binding>
|
||||
|
|
Loading…
Reference in a new issue