mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix single instance socket path for compatibility with flatpak
This commit is contained in:
@@ -21,6 +21,8 @@ inline void SetWatchingMediaKeys(bool watching) {
|
||||
|
||||
QString CurrentExecutablePath(int argc, char *argv[]);
|
||||
|
||||
QString SingleInstanceLocalServerName(const QString &hash);
|
||||
|
||||
inline void IgnoreApplicationActivationRightNow() {
|
||||
}
|
||||
|
||||
@@ -34,9 +36,6 @@ inline void finish() {
|
||||
} // namespace ThirdParty
|
||||
} // namespace Platform
|
||||
|
||||
inline QString psServerPrefix() {
|
||||
return qsl("Global\\");
|
||||
}
|
||||
inline void psCheckLocalSocket(const QString &) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user