mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Add Platform::AutostartSupported
This commit is contained in:
@@ -381,6 +381,10 @@ std::optional<crl::time> LastUserInputTime() {
|
||||
return LastTrackedWhen;
|
||||
}
|
||||
|
||||
bool AutostartSupported() {
|
||||
return !IsWindowsStoreBuild();
|
||||
}
|
||||
|
||||
} // namespace Platform
|
||||
|
||||
namespace {
|
||||
|
Reference in New Issue
Block a user