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
[LoggerMessage(Level=LogLevel.Information,Message="Showing submitted to wiki snackbar for UID: {UID}, Game: {GameName}, SteamID: {SteamID}, Compression: {CompressionMode}")]
ShowCustom(textBlock, $"Update Available ▸ Version {newVersion}",If(isPreRelease,ControlAppearance.Info,ControlAppearance.Success),timeout:=TimeSpan.FromSeconds(10))
59
69
60
70
DimhandlerAsMouseButtonEventHandler=Nothing
@@ -77,23 +87,28 @@ Public Class CustomSnackBarService
77
87
78
88
PublicSubShowFailedToSubmitToWiki()
79
89
Show("Failed to submit to wiki","Please check your internet connection and try again",Wpf.Ui.Controls.ControlAppearance.Danger,Nothing,TimeSpan.FromSeconds(5))
Show("Applied to all folders","Compression options have been applied to all folders",Wpf.Ui.Controls.ControlAppearance.Success,Nothing,TimeSpan.FromSeconds(5))
Show("Cannot remove folder","Please wait until the current operation is finished",Wpf.Ui.Controls.ControlAppearance.Caution,Nothing,TimeSpan.FromSeconds(5))
106
+
SnackbarServiceLog.ShowCannotRemoveFolder(logger)
93
107
EndSub
94
108
95
109
PublicSubShowAddedToQueue()
96
110
Show("Success","Added to Queue",Wpf.Ui.Controls.ControlAppearance.Success,Nothing,TimeSpan.FromSeconds(5))
0 commit comments