@@ -6,8 +6,6 @@ module.exports = {
6
6
const params = options ?. params
7
7
return Object . assign ( {
8
8
id : `${ name } -activity-action` ,
9
- icon,
10
- label,
11
9
renderer : 'item' ,
12
10
route : { name : `${ name } -activity` , params }
13
11
} , options )
@@ -41,7 +39,7 @@ module.exports = {
41
39
} ,
42
40
platformInfo : ( options ) => {
43
41
return Object . assign ( {
44
- id : 'platform-info' ,
42
+ id : 'platform-info-action ' ,
45
43
icon : 'las la-desktop' ,
46
44
label : 'KAbout.PLATFORM_INFO' ,
47
45
stack : true ,
@@ -55,7 +53,7 @@ module.exports = {
55
53
} ,
56
54
reportBug : ( options ) => {
57
55
return Object . assign ( {
58
- id : 'report-bug' ,
56
+ id : 'report-bug-action ' ,
59
57
icon : 'las la-bug' ,
60
58
label : 'KAbout.BUG_REPORT' ,
61
59
stack : true ,
@@ -64,7 +62,7 @@ module.exports = {
64
62
} ,
65
63
legalNotice : ( options ) => {
66
64
return Object . assign ( {
67
- id : 'legal-notice' ,
65
+ id : 'legal-notice-action ' ,
68
66
icon : 'las la-gavel' ,
69
67
label : 'LEGAL_NOTICE' ,
70
68
dialog : {
@@ -77,7 +75,7 @@ module.exports = {
77
75
} ,
78
76
privacyPolicy : ( options ) => {
79
77
return Object . assign ( {
80
- id : 'privacy-policy' ,
78
+ id : 'privacy-policy-action ' ,
81
79
icon : 'las la-shield-alt' ,
82
80
label : 'PRIVACY_POLICY'
83
81
} , options )
0 commit comments