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

Run in background on Linux when minimization is not supported

This commit is contained in:
Ilya Fedin
2023-09-12 09:14:18 +04:00
committed by John Preston
parent e8a1fc0300
commit e946bf5338
2 changed files with 8 additions and 4 deletions

View File

@@ -24,10 +24,6 @@ inline void WriteCrashDumpDetails() {
inline void AutostartRequestStateFromSystem(Fn<void(bool)> callback) {
}
inline bool RunInBackground() {
return false;
}
inline bool PreventsQuit(Core::QuitReason reason) {
return false;
}