diff options
author | Ken Moore <moorekou@gmail.com> | 2016-02-05 11:47:30 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-02-05 11:47:30 -0500 |
commit | f2afb1e0689a5a5077e28c3c65dc71df19cf7fbe (patch) | |
tree | c4ce6206a13e7a84dcb965241ad6ac77f3698867 /lumina-desktop/panel-plugins/systemstart/StartMenu.h | |
parent | Cleanup lumina-config a bit: (diff) | |
download | lumina-f2afb1e0689a5a5077e28c3c65dc71df19cf7fbe.tar.gz lumina-f2afb1e0689a5a5077e28c3c65dc71df19cf7fbe.tar.bz2 lumina-f2afb1e0689a5a5077e28c3c65dc71df19cf7fbe.zip |
A few small fixes to lumina-desktop:
1) When loading the "pt" locale code - pass it to QLocale as "pt_PT" so the native language translation some out properly (European portuguese, not brazilian)
2) Add a new button for the audio controls in the start menu for muting/unmuting the audio.
Diffstat (limited to 'lumina-desktop/panel-plugins/systemstart/StartMenu.h')
-rw-r--r-- | lumina-desktop/panel-plugins/systemstart/StartMenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/panel-plugins/systemstart/StartMenu.h b/lumina-desktop/panel-plugins/systemstart/StartMenu.h index 7a85df70..23aa4c07 100644 --- a/lumina-desktop/panel-plugins/systemstart/StartMenu.h +++ b/lumina-desktop/panel-plugins/systemstart/StartMenu.h @@ -75,6 +75,7 @@ private slots: //Audio Volume void on_slider_volume_valueChanged(int); void on_tool_launch_mixer_clicked(); + void on_tool_mute_audio_clicked(); //Screen Brightness void on_slider_bright_valueChanged(int); |