fix failed notification activate

This commit is contained in:
qhy040404
2024-06-16 01:43:43 +08:00
parent 94fda223fc
commit 4fa5270070

View File

@@ -88,7 +88,7 @@ internal sealed partial class DailyNoteNotificationOperation
</binding>
</visual>
<actions>
<action activationType="background" content="{SH.ServiceDailyNoteNotifierActionLaunchGameButton}" arguments="{AppActivation.Action}={AppActivation.LaunchGame}&amp;{AppActivation.Uid}={entry.Uid}"/>
<action activationType="background" content="{SH.ServiceDailyNoteNotifierActionLaunchGameButton}" arguments="{AppActivation.Action}={AppActivation.LaunchGame};{AppActivation.Uid}={entry.Uid}"/>
<action activationType="system" content="{SH.ServiceDailyNoteNotifierActionLaunchGameDismiss}" arguments="dismiss"/>
</actions>
</toast>