forked from organicmaps/organicmaps
App Store setting added
This commit is contained in:
parent
62000375d8
commit
ecdf8ee5d3
2 changed files with 4 additions and 3 deletions
|
@ -13,10 +13,11 @@ namespace dlg_settings
|
|||
char const * g_arrSettingsName[] =
|
||||
{
|
||||
"FacebookDialog",
|
||||
"BuyProDialog"
|
||||
"BuyProDialog" ,
|
||||
"AppStoreRate"
|
||||
};
|
||||
|
||||
int g_arrMinForegroundTime[] = { 30 * 60, 60 * 60 };
|
||||
int g_arrMinForegroundTime[] = { 30 * 60, 60 * 60, 50 * 60};
|
||||
//@}
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace dlg_settings
|
|||
{
|
||||
/// @note Do not change numeric values, order and leave DlgCount last.
|
||||
//@{
|
||||
enum DialogT { FacebookDlg = 0, BuyProDlg, DlgCount };
|
||||
enum DialogT { FacebookDlg = 0, BuyProDlg, AppStore, DlgCount };
|
||||
enum ResultT { OK = 0, Later, Never };
|
||||
//@}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue