@@ -22,7 +24,12 @@ public UserInterfaceConfiguration(bool visible, string text)
public bool SkipButtonVisible { get; set; }
///
- /// Gets or sets the text to display in the skip intro button.
+ /// Gets or sets the text to display in the skip intro button in introduction mode.
///
- public string SkipButtonText { get; set; }
+ public string SkipButtonIntroText { get; set; }
+
+ ///
+ /// Gets or sets the text to display in the skip intro button in end credits mode.
+ ///
+ public string SkipButtonEndCreditsText { get; set; }
}
diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
index a41f043..403ebd3 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
@@ -265,15 +265,25 @@
User Interface Customization
+
+