mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Rename AuthSession to Main::Session.
This commit is contained in:
@@ -148,7 +148,7 @@ QString DefaultDownloadPath() {
|
||||
return QStandardPaths::writableLocation(
|
||||
QStandardPaths::DownloadLocation)
|
||||
+ '/'
|
||||
+ (AuthSession::Exists() && Auth().supportMode()
|
||||
+ (Main::Session::Exists() && Auth().supportMode()
|
||||
? "Tsupport Desktop"
|
||||
: str_const_toString(AppName))
|
||||
+ '/';
|
||||
|
Reference in New Issue
Block a user