From 803e2dd91a6b796846c84f6811458de9e67ed8b9 Mon Sep 17 00:00:00 2001 From: coneybeare Date: Tue, 23 Sep 2014 08:43:15 -0700 Subject: [PATCH] Created Disable the Remind Button (markdown) --- Disable-the-Remind-Button.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Disable-the-Remind-Button.md diff --git a/Disable-the-Remind-Button.md b/Disable-the-Remind-Button.md new file mode 100644 index 0000000..99bc045 --- /dev/null +++ b/Disable-the-Remind-Button.md @@ -0,0 +1,6 @@ +Sometimes you want to keep it simple and hide the remind button, only showing the Rate or Don't Rate prompt. To do this, you can do one of two things: + +1. Set `daysBeforeReminding` to 0: `Armchair.daysBeforeReminding(0)` +2. Set `remindButtonTitle` to nil: `Armchair.remindButtonTitle(nil)` + +Implementing either of these settings will disable the remind button on the prompts, leaving just the "Rate" and "No, Thanks" buttons. \ No newline at end of file