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