mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 05:58:38 +00:00
Limited before In Stock.
This commit is contained in:
parent
e46d5a86d3
commit
33ca5ee39f
@ -99,8 +99,8 @@ namespace Ui {
|
||||
namespace {
|
||||
|
||||
constexpr auto kPriceTabAll = 0;
|
||||
constexpr auto kPriceTabLimited = -1;
|
||||
constexpr auto kPriceTabInStock = -2;
|
||||
constexpr auto kPriceTabLimited = -2;
|
||||
constexpr auto kPriceTabInStock = -1;
|
||||
constexpr auto kGiftMessageLimit = 255;
|
||||
constexpr auto kSentToastDuration = 3 * crl::time(1000);
|
||||
constexpr auto kSwitchUpgradeCoverInterval = 3 * crl::time(1000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user