aboutsummaryrefslogtreecommitdiff
path: root/src/sound-menu.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-menu.vala')
-rw-r--r--src/sound-menu.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala
index 6c6771a..9d0c521 100644
--- a/src/sound-menu.vala
+++ b/src/sound-menu.vala
@@ -117,7 +117,7 @@ class SoundMenu: Object
Menu menu;
Menu volume_section;
bool mic_volume_shown;
- bool settings_shown;
+ bool settings_shown = false;
/* returns the position in this.menu of the section that's associated with @player */
int find_player_section (MediaPlayer player) {