2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix build.

This commit is contained in:
John Preston
2020-05-20 12:49:41 +04:00
parent 1ef5d81270
commit 97305c8cb5

View File

@@ -39,7 +39,7 @@ constexpr auto kWaitingForAllGroupedDelay = crl::time(1000);
#ifdef Q_OS_MAC
constexpr auto kSystemAlertDuration = crl::time(1000);
#elif // !Q_OS_MAC
#else // !Q_OS_MAC
constexpr auto kSystemAlertDuration = crl::time(0);
#endif // Q_OS_MAC