mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Fix volume button handling
main is not defined
This commit is contained in:
parent
44f04e5c56
commit
2cc612a3a6
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ PlasmaCore.IconItem {
|
||||||
// componentName: kmix
|
// componentName: kmix
|
||||||
// actions: increase_volume, decrease_volume, mute
|
// actions: increase_volume, decrease_volume, mute
|
||||||
name: "kmix"
|
name: "kmix"
|
||||||
displayName: main.displayName
|
displayName: i18n("Audio")
|
||||||
|
|
||||||
GlobalAction {
|
GlobalAction {
|
||||||
objectName: "increase_volume"
|
objectName: "increase_volume"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue