tdesktop/Telegram/Resources/uwp/AppX
John Preston ae08a2f697 Alpha 1.0.17: crash fix in file open.
ShellExecute() call reenters Qt event loop, so each time we
schedule a delayed action (like destroying FileLoader) and after
that we call ShellExecute (in psOpenFile) we destroy it inside
this call and can't use it after.

So now we perform ShellExecute calls only delayed (using task queue).
2017-02-28 11:18:27 +03:00
..
Assets Some more logo assets added. 2017-02-02 20:09:26 +03:00
AppxManifest.xml Alpha 1.0.17: crash fix in file open. 2017-02-28 11:18:27 +03:00