2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add Platform::AutostartSupported

This commit is contained in:
Ilya Fedin
2020-05-29 21:49:39 +04:00
committed by John Preston
parent 413ddf285e
commit e098922a4b
6 changed files with 22 additions and 2 deletions

View File

@@ -381,6 +381,10 @@ std::optional<crl::time> LastUserInputTime() {
return LastTrackedWhen;
}
bool AutostartSupported() {
return !IsWindowsStoreBuild();
}
} // namespace Platform
namespace {