From 13076ce9d4f5306346a905894e3866a276667358 Mon Sep 17 00:00:00 2001 From: Miepee Date: Sat, 29 Oct 2022 22:06:38 +0200 Subject: [PATCH] Add splash todo for later --- AM2RLauncher/AM2RLauncherLib/Splash.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AM2RLauncher/AM2RLauncherLib/Splash.cs b/AM2RLauncher/AM2RLauncherLib/Splash.cs index b546308..994ff02 100644 --- a/AM2RLauncher/AM2RLauncherLib/Splash.cs +++ b/AM2RLauncher/AM2RLauncherLib/Splash.cs @@ -88,6 +88,7 @@ public static class Splash "Yes, do as I say!", "Did you find the penguin yet?" }; + // TODO: add flatpak and wine specific splashes /// /// Mac only splash strings @@ -136,4 +137,4 @@ public static class Splash totalSplashes = generalSplash; return totalSplashes; } -} +} \ No newline at end of file