mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Hook main queue processing to update requests.
This commit is contained in:
@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "platform/platform_specific.h"
|
||||
#include "platform/mac/specific_mac_p.h"
|
||||
|
||||
namespace Data {
|
||||
@@ -23,6 +24,10 @@ QString CurrentExecutablePath(int argc, char *argv[]);
|
||||
|
||||
void RemoveQuarantine(const QString &path);
|
||||
|
||||
inline constexpr bool UseMainQueueGeneric() {
|
||||
return false;
|
||||
}
|
||||
|
||||
namespace ThirdParty {
|
||||
|
||||
inline void start() {
|
||||
|
Reference in New Issue
Block a user