mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-07-03 11:31:39 +02:00
Created Disable the Remind Button (markdown)
@@ -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.
|
||||
Reference in New Issue
Block a user