cap disabled
This commit is contained in:
parent
5ae81b197a
commit
d45ff363b2
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit d4fab1c6976f6b47fff89ef89404d6fcc7583021
|
||||
Subproject commit b9267c521ddffce35932a0cc2e9726d30b80c60d
|
|
@ -156,7 +156,7 @@ export class OptionsComponent implements OnInit {
|
|||
async saveClearClipboard() {
|
||||
await this.storageService.save(ConstantsService.clearClipboardKey, this.clearClipboard);
|
||||
this.analytics.eventTrack.next({
|
||||
action: 'Set Clear Clipboard ' + (this.clearClipboard == null ? 'disabled' : this.clearClipboard),
|
||||
action: 'Set Clear Clipboard ' + (this.clearClipboard == null ? 'Disabled' : this.clearClipboard),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue