Skip to content

Commit

Permalink
Add new sounds to UI
Browse files Browse the repository at this point in the history
related to #50
  • Loading branch information
rafaelmardojai committed Sep 20, 2020
1 parent f325d0d commit 9b99f10
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/resources/blanket.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@
<file>sounds/storm.ogg</file>
<file>sounds/wind.ogg</file>
<file>sounds/waves.ogg</file>
<file>sounds/stream.ogg</file>
<file>sounds/birds.ogg</file>
<file>sounds/summer-night.ogg</file>
<file>sounds/train.ogg</file>
<file>sounds/boat.ogg</file>
<file>sounds/city.ogg</file>
<file>sounds/coffee-shop.ogg</file>
<file>sounds/fireplace.ogg</file>
<file>sounds/pink-noise.ogg</file>
Expand Down
29 changes: 29 additions & 0 deletions src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,41 @@
'name': 'wind',
'title': _('Wind')
},
{
'name': 'waves',
'title': _('Waves')
},
{
'name': 'stream',
'title': _('Stream')
},
{
'name': 'birds',
'title': _('Birds')
},
{
'name': 'summer-night',
'title': _('Summer Night')
}
]
},
{
'name': _('Travel'),
'sounds': [
{
'name': 'train',
'title': _('Train')
},
{
'name': 'boat',
'title': _('Boat')
},
{
'name': 'city',
'title': _('City')
}
]
},
{
'name': _('Interiors'),
'sounds': [
Expand Down

0 comments on commit 9b99f10

Please sign in to comment.