2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-04 16:35:44 +00:00

Add support for choosing directories via xdg-desktop-portal

This commit is contained in:
Ilya Fedin
2020-06-01 21:53:11 +04:00
committed by John Preston
parent 9fd62d3892
commit c776f81dc7
3 changed files with 51 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ bool IsQtPluginsBundled();
bool IsXDGDesktopPortalPresent();
bool UseXDGDesktopPortal();
bool CanOpenDirectoryWithPortal();
QString ProcessNameByPID(const QString &pid);
QString RealExecutablePath(int argc, char *argv[]);