You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options1=newToastOption{Title="Save data",IsAutoHide=false,Content="Save data successfully, automatically close after 4 seconds"};
43
-
Options2=newToastOption{Category=ToastCategory.Error,Title="Save data",IsAutoHide=false,Content="Save data successfully, automatically close after 4 seconds"};
44
-
Options3=newToastOption{Category=ToastCategory.Information,Title="Prompt information",IsAutoHide=false,Content="Information prompt pop-up window, automatically closes after 4 seconds"};
45
-
Options4=newToastOption{Category=ToastCategory.Warning,Title="Warning message",IsAutoHide=false,Content="Information prompt pop-up window, automatically closes after 4 seconds"};
49
+
Options1=newToastOption{Title="Save data",IsAutoHide=false,Content=$"Save data successfully, automatically close after {_delayTs} seconds"};
50
+
Options2=newToastOption{Category=ToastCategory.Error,Title="Save data",IsAutoHide=false,Content=$"Save data successfully, automatically close after {_delayTs} seconds"};
51
+
Options3=newToastOption{Category=ToastCategory.Information,Title="Prompt information",IsAutoHide=false,Content=$"Information prompt pop-up window, automatically closes after {_delayTs} seconds"};
52
+
Options4=newToastOption{Category=ToastCategory.Warning,Title="Warning message",IsAutoHide=false,Content=$"Information prompt pop-up window, automatically closes after {_delayTs} seconds"};
0 commit comments