mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
made custom open with dialog for os x almost like in finder, with langs support
This commit is contained in:
@@ -2639,6 +2639,9 @@ void psShowInFolder(const QString &name) {
|
||||
ShellExecute(0, 0, qsl("explorer").toStdWString().c_str(), (qsl("/select,") + nameEscaped).toStdWString().c_str(), 0, SW_SHOWNORMAL);
|
||||
}
|
||||
|
||||
void psFinish() {
|
||||
}
|
||||
|
||||
void psExecUpdater() {
|
||||
QString targs = qsl("-update");
|
||||
if (cFromAutoStart()) targs += qsl(" -autostart");
|
||||
|
Reference in New Issue
Block a user