Remove unused function

This commit is contained in:
Jack251970 2025-05-20 21:35:26 +08:00
parent 3fa92591e3
commit c0eaf1cf5c

View file

@ -22,9 +22,6 @@ namespace Flow.Launcher
InitializeComponent();
}
public static MessageBoxResult Show(string messageBoxText)
=> Show(messageBoxText, string.Empty, MessageBoxButton.OK, MessageBoxImage.None, MessageBoxResult.OK);
public static MessageBoxResult Show(
string messageBoxText,
string caption = "",