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