Skip to content

Commit 7e9cd62

Browse files
committed
Set different icons for the shortcuts #27
1 parent 6d9fbb8 commit 7e9cd62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NL.HNOGames.Domoticz/NL.HNOGames.Domoticz/Views/OverviewTabbedPage.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ private async void SetupShortcut()
539539
{
540540
Label = AppResources.nfc,
541541
Description = AppResources.nfc_register,
542-
Icon = new UpdateIcon(),
542+
Icon = new ShareIcon(),
543543
Uri = $"stc://NL.HNOGames.Domoticz.NFC"
544544
};
545545
await CrossAppShortcuts.Current.AddShortcut(nfcShortCut);
@@ -551,7 +551,7 @@ private async void SetupShortcut()
551551
{
552552
Label = AppResources.qrcode,
553553
Description = AppResources.qrcode_register,
554-
Icon = new UpdateIcon(),
554+
Icon = new CapturePhotoIcon(),
555555
Uri = $"stc://NL.HNOGames.Domoticz.QRCode"
556556
};
557557
await CrossAppShortcuts.Current.AddShortcut(qrcodeShortCut);
@@ -563,7 +563,7 @@ private async void SetupShortcut()
563563
{
564564
Label = AppResources.Speech,
565565
Description = AppResources.Speech_register,
566-
Icon = new UpdateIcon(),
566+
Icon = new AudioIcon(),
567567
Uri = $"stc://NL.HNOGames.Domoticz.Speech"
568568
};
569569
await CrossAppShortcuts.Current.AddShortcut(speechShortcut);

0 commit comments

Comments
 (0)