2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

new open with menu for os x

This commit is contained in:
John Preston
2015-01-21 13:20:23 +03:00
parent 13887d91d9
commit 471d83fb97
11 changed files with 254 additions and 7 deletions

View File

@@ -1654,6 +1654,10 @@ void psExecTelegram() {
_execUpdater(false);
}
bool psShowOpenWithMenu(int x, int y, const QString &file) {
return false;
}
void psAutoStart(bool start, bool silent) {
}