mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Moved tmp string for temporary folder to single place.
This commit is contained in:
@@ -359,6 +359,11 @@ QString PhotoVideoFilesFilter() {
|
||||
+ AllFilesFilter();
|
||||
}
|
||||
|
||||
const QString &Tmp() {
|
||||
static const auto tmp = u"tmp"_q;
|
||||
return tmp;
|
||||
}
|
||||
|
||||
namespace internal {
|
||||
|
||||
void InitLastPathDefault() {
|
||||
|
Reference in New Issue
Block a user