@@ -539,7 +539,7 @@ private async void SetupShortcut()
539
539
{
540
540
Label = AppResources . nfc ,
541
541
Description = AppResources . nfc_register ,
542
- Icon = new UpdateIcon ( ) ,
542
+ Icon = new ShareIcon ( ) ,
543
543
Uri = $ "stc://NL.HNOGames.Domoticz.NFC"
544
544
} ;
545
545
await CrossAppShortcuts . Current . AddShortcut ( nfcShortCut ) ;
@@ -551,7 +551,7 @@ private async void SetupShortcut()
551
551
{
552
552
Label = AppResources . qrcode ,
553
553
Description = AppResources . qrcode_register ,
554
- Icon = new UpdateIcon ( ) ,
554
+ Icon = new CapturePhotoIcon ( ) ,
555
555
Uri = $ "stc://NL.HNOGames.Domoticz.QRCode"
556
556
} ;
557
557
await CrossAppShortcuts . Current . AddShortcut ( qrcodeShortCut ) ;
@@ -563,7 +563,7 @@ private async void SetupShortcut()
563
563
{
564
564
Label = AppResources . Speech ,
565
565
Description = AppResources . Speech_register ,
566
- Icon = new UpdateIcon ( ) ,
566
+ Icon = new AudioIcon ( ) ,
567
567
Uri = $ "stc://NL.HNOGames.Domoticz.Speech"
568
568
} ;
569
569
await CrossAppShortcuts . Current . AddShortcut ( speechShortcut ) ;
0 commit comments